Html Css Color HEX #42337D Windsor

📋 copy color: '#42337D'

red 66 ◦ green 51 ◦ blue 125

#42337D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Windsor #42337D

Tints of Windsor #42337D

RGB

 RED value IS 66 (26.17% from 255) = 27.27%

 GREEN value IS 51 (20.31% from 255) = 21.07%

 BLUE value IS 125 (49.22% from 255) = 51.65%

R = 27.27%
G = 21.07%
B = 51.65%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#42337D (or 0x42337D) is known color: Windsor. HEX triplet: 42, 33 and 7D. RGB value is (66,51,125). Sum of RGB (Red+Green+Blue) = 66+51+125=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 125 (49.22% from 255 or 51.65% from 242); Max value from RGB is 125 - color contains mainly: blue. Hex color #42337D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42337D is #BDCC82. Grayscale: #3F3F3F. Windows color (decimal): -12438659 or 8205122. OLE color: 8205122.

HSL color Cylindrical-coordinate representation of color #42337D: hue angle of 252.16º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42337D is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 51 125 -
CMYK 0.47 0.59 0 0.51
HSL 252.16º 0.42% 0.35% -
HSV(B) 252.16º 0.59% 0.49% -
XYZ 7.13 5.01 19.99 -
YUV 63.92 162.47 129.48 -
System Red Green Blue C M Y K H S L
Decimal 66 51 125 0.47 0.59 0 0.51 252.16 0.42 0.35
Hex 42 33 7D 2F 3B 0 33 FC 2A 23
Octal 102 63 175 57 73 0 63 374 52 43
Binary 1000010 110011 1111101 101111 111011 0 110011 11111100 101010 100011

Color Harmonies of #42337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42337D

Black with #42337D

Text Example


Text Example

White with #42337D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42337D; }

 p { color: rgb(66,51,125); }

 H1.HeaderClassName
 {
   color: #42337D;
 }
 .AnyTagClassName
 {
   color: #42337D;
 }
</style>

background-color css

<style>
 a { background-color: #42337D; }

 a { background-color: rgb(66,51,125); }

 div.DivClassName
 {
   background-color: #42337D;
 }
 .BgClassName
 {
   background-color: #42337D;
 }
</style>

border-color css

<style>
 span { border-color: #42337D; }

 span { border-color: rgb(66,51,125); }

 td.TdClassName
 {
   border-color: #42337D;
 }
 .TagClassName
 {
   border-color: #42337D;
 }
</style>