Html Css Color HEX #42337C Windsor

📋 copy color: '#42337C'

red 66 ◦ green 51 ◦ blue 124

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

Shades of Windsor #42337C

Tints of Windsor #42337C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 51.45%

R = 27.39%
G = 21.16%
B = 51.45%

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

#42337C (or 0x42337C) is known color: Windsor. HEX triplet: 42, 33 and 7C. RGB value is (66,51,124). Sum of RGB (Red+Green+Blue) = 66+51+124=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #42337C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42337C is #BDCC83. Grayscale: #3F3F3F. Windows color (decimal): -12438660 or 8139586. OLE color: 8139586.

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

Color convert

RGB 66 51 124 -
CMYK 0.47 0.59 0 0.51
HSL 252.33º 0.42% 0.34% -
HSV(B) 252.33º 0.59% 0.49% -
XYZ 7.07 4.98 19.66 -
YUV 63.81 161.97 129.56 -
System Red Green Blue C M Y K H S L
Decimal 66 51 124 0.47 0.59 0 0.51 252.33 0.42 0.34
Hex 42 33 7C 2F 3B 0 33 FC 2A 22
Octal 102 63 174 57 73 0 63 374 52 42
Binary 1000010 110011 1111100 101111 111011 0 110011 11111100 101010 100010

Color Harmonies of #42337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42337C

Black with #42337C

Text Example


Text Example

White with #42337C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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