Html Css Color HEX #422774 Windsor

📋 copy color: '#422774'

red 66 ◦ green 39 ◦ blue 116

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

Shades of Windsor #422774

Tints of Windsor #422774

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.65%

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

R = 29.86%
G = 17.65%
B = 52.49%

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

#422774 (or 0x422774) is known color: Windsor. HEX triplet: 42, 27 and 74. RGB value is (66,39,116). Sum of RGB (Red+Green+Blue) = 66+39+116=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #422774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422774 is #BDD88B. Grayscale: #373737. Windows color (decimal): -12441740 or 7612226. OLE color: 7612226.

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

Color convert

RGB 66 39 116 -
CMYK 0.43 0.66 0 0.55
HSL 261.04º 0.5% 0.3% -
HSV(B) 261.04º 0.66% 0.45% -
XYZ 6.12 3.87 16.95 -
YUV 55.85 161.95 135.24 -
System Red Green Blue C M Y K H S L
Decimal 66 39 116 0.43 0.66 0 0.55 261.04 0.5 0.3
Hex 42 27 74 2B 42 0 37 105 32 1E
Octal 102 47 164 53 102 0 67 405 62 36
Binary 1000010 100111 1110100 101011 1000010 0 110111 100000101 110010 11110

Color Harmonies of #422774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422774

Black with #422774

Text Example


Text Example

White with #422774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422774; }

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

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

background-color css

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

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

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

border-color css

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

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

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