Html Css Color HEX #422176 Windsor

📋 copy color: '#422176'

red 66 ◦ green 33 ◦ blue 118

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

Shades of Windsor #422176

Tints of Windsor #422176

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.21%

 BLUE value IS 118 (46.48% from 255) = 54.38%

R = 30.41%
G = 15.21%
B = 54.38%

CMYK

 C value IS 0.44

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#422176 (or 0x422176) is known color: Windsor. HEX triplet: 42, 21 and 76. RGB value is (66,33,118). Sum of RGB (Red+Green+Blue) = 66+33+118=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #422176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422176 is #BDDE89. Grayscale: #343434. Windows color (decimal): -12443274 or 7741762. OLE color: 7741762.

HSL color Cylindrical-coordinate representation of color #422176: hue angle of 263.29º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #422176 is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 33 118 -
CMYK 0.44 0.72 0 0.54
HSL 263.29º 0.56% 0.3% -
HSV(B) 263.29º 0.72% 0.46% -
XYZ 6.06 3.55 17.51 -
YUV 52.56 164.93 137.59 -
System Red Green Blue C M Y K H S L
Decimal 66 33 118 0.44 0.72 0 0.54 263.29 0.56 0.3
Hex 42 21 76 2C 48 0 36 107 38 1E
Octal 102 41 166 54 110 0 66 407 70 36
Binary 1000010 100001 1110110 101100 1001000 0 110110 100000111 111000 11110

Color Harmonies of #422176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422176

Black with #422176

Text Example


Text Example

White with #422176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422176; }

 p { color: rgb(66,33,118); }

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

background-color css

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

 a { background-color: rgb(66,33,118); }

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

border-color css

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

 span { border-color: rgb(66,33,118); }

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