Html Css Color HEX #422188 Windsor

📋 copy color: '#422188'

red 66 ◦ green 33 ◦ blue 136

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

Shades of Windsor #422188

Tints of Windsor #422188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 57.87%

R = 28.09%
G = 14.04%
B = 57.87%

CMYK

 C value IS 0.51

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#422188 (or 0x422188) is known color: Windsor. HEX triplet: 42, 21 and 88. RGB value is (66,33,136). Sum of RGB (Red+Green+Blue) = 66+33+136=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 136 (53.52% from 255 or 57.87% from 235); Max value from RGB is 136 - color contains mainly: blue. Hex color #422188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422188 is #BDDE77. Grayscale: #363636. Windows color (decimal): -12443256 or 8921410. OLE color: 8921410.

HSL color Cylindrical-coordinate representation of color #422188: hue angle of 259.22º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #422188 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 33 136 -
CMYK 0.51 0.76 0 0.47
HSL 259.22º 0.61% 0.33% -
HSV(B) 259.22º 0.76% 0.53% -
XYZ 7.23 4.02 23.69 -
YUV 54.61 173.93 136.12 -
System Red Green Blue C M Y K H S L
Decimal 66 33 136 0.51 0.76 0 0.47 259.22 0.61 0.33
Hex 42 21 88 33 4C 0 2F 103 3D 21
Octal 102 41 210 63 114 0 57 403 75 41
Binary 1000010 100001 10001000 110011 1001100 0 101111 100000011 111101 100001

Color Harmonies of #422188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422188

Black with #422188

Text Example


Text Example

White with #422188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422188; }

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

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

background-color css

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

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

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

border-color css

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

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

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