Html Css Color HEX #422874 Windsor

📋 copy color: '#422874'

red 66 ◦ green 40 ◦ blue 116

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

Shades of Windsor #422874

Tints of Windsor #422874

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.02%

 BLUE value IS 116 (45.7% from 255) = 52.25%

R = 29.73%
G = 18.02%
B = 52.25%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#422874 (or 0x422874) is known color: Windsor. HEX triplet: 42, 28 and 74. RGB value is (66,40,116). Sum of RGB (Red+Green+Blue) = 66+40+116=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #422874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422874 is #BDD78B. Grayscale: #383838. Windows color (decimal): -12441484 or 7612482. OLE color: 7612482.

HSL color Cylindrical-coordinate representation of color #422874: hue angle of 260.53º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #422874 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 40 116 -
CMYK 0.43 0.66 0 0.55
HSL 260.53º 0.49% 0.31% -
HSV(B) 260.53º 0.66% 0.45% -
XYZ 6.16 3.94 16.96 -
YUV 56.44 161.61 134.82 -
System Red Green Blue C M Y K H S L
Decimal 66 40 116 0.43 0.66 0 0.55 260.53 0.49 0.31
Hex 42 28 74 2B 42 0 37 105 31 1F
Octal 102 50 164 53 102 0 67 405 61 37
Binary 1000010 101000 1110100 101011 1000010 0 110111 100000101 110001 11111

Color Harmonies of #422874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422874

Black with #422874

Text Example


Text Example

White with #422874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422874; }

 p { color: rgb(66,40,116); }

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

background-color css

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

 a { background-color: rgb(66,40,116); }

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

border-color css

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

 span { border-color: rgb(66,40,116); }

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