Html Css Color HEX #422072 Windsor

📋 copy color: '#422072'

red 66 ◦ green 32 ◦ blue 114

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

Shades of Windsor #422072

Tints of Windsor #422072

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.09%

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

R = 31.13%
G = 15.09%
B = 53.77%

CMYK

 C value IS 0.42

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#422072 (or 0x422072) is known color: Windsor. HEX triplet: 42, 20 and 72. RGB value is (66,32,114). Sum of RGB (Red+Green+Blue) = 66+32+114=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #422072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422072 is #BDDF8D. Grayscale: #333333. Windows color (decimal): -12443534 or 7479362. OLE color: 7479362.

HSL color Cylindrical-coordinate representation of color #422072: hue angle of 264.88º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #422072 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 32 114 -
CMYK 0.42 0.72 0 0.55
HSL 264.88º 0.56% 0.29% -
HSV(B) 264.88º 0.72% 0.45% -
XYZ 5.8 3.41 16.27 -
YUV 51.51 163.26 138.33 -
System Red Green Blue C M Y K H S L
Decimal 66 32 114 0.42 0.72 0 0.55 264.88 0.56 0.29
Hex 42 20 72 2A 48 0 37 109 38 1D
Octal 102 40 162 52 110 0 67 411 70 35
Binary 1000010 100000 1110010 101010 1001000 0 110111 100001001 111000 11101

Color Harmonies of #422072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422072

Black with #422072

Text Example


Text Example

White with #422072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422072; }

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

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

background-color css

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

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

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

border-color css

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

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

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