Html Css Color HEX #422772 Windsor

📋 copy color: '#422772'

red 66 ◦ green 39 ◦ blue 114

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

Shades of Windsor #422772

Tints of Windsor #422772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 52.05%

R = 30.14%
G = 17.81%
B = 52.05%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#422772 (or 0x422772) is known color: Windsor. HEX triplet: 42, 27 and 72. RGB value is (66,39,114). Sum of RGB (Red+Green+Blue) = 66+39+114=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #422772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422772 is #BDD88D. Grayscale: #373737. Windows color (decimal): -12441742 or 7481154. OLE color: 7481154.

HSL color Cylindrical-coordinate representation of color #422772: hue angle of 261.6º degrees, saturation: 0.49, 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 #422772 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 39 114 -
CMYK 0.42 0.66 0 0.55
HSL 261.6º 0.49% 0.3% -
HSV(B) 261.6º 0.66% 0.45% -
XYZ 6.01 3.82 16.34 -
YUV 55.62 160.95 135.4 -
System Red Green Blue C M Y K H S L
Decimal 66 39 114 0.42 0.66 0 0.55 261.6 0.49 0.3
Hex 42 27 72 2A 42 0 37 106 31 1E
Octal 102 47 162 52 102 0 67 406 61 36
Binary 1000010 100111 1110010 101010 1000010 0 110111 100000110 110001 11110

Color Harmonies of #422772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422772

Black with #422772

Text Example


Text Example

White with #422772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422772; }

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

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

background-color css

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

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

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

border-color css

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

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

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