Html Css Color HEX #422288 Windsor

📋 copy color: '#422288'

red 66 ◦ green 34 ◦ blue 136

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

Shades of Windsor #422288

Tints of Windsor #422288

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.41%

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

R = 27.97%
G = 14.41%
B = 57.63%

CMYK

 C value IS 0.51

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#422288 (or 0x422288) is known color: Windsor. HEX triplet: 42, 22 and 88. RGB value is (66,34,136). Sum of RGB (Red+Green+Blue) = 66+34+136=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 136 (53.52% from 255 or 57.63% from 236); Max value from RGB is 136 - color contains mainly: blue. Hex color #422288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422288 is #BDDD77. Grayscale: #363636. Windows color (decimal): -12443000 or 8921666. OLE color: 8921666.

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

Color convert

RGB 66 34 136 -
CMYK 0.51 0.75 0 0.47
HSL 258.82º 0.6% 0.33% -
HSV(B) 258.82º 0.75% 0.53% -
XYZ 7.26 4.08 23.7 -
YUV 55.2 173.6 135.71 -
System Red Green Blue C M Y K H S L
Decimal 66 34 136 0.51 0.75 0 0.47 258.82 0.6 0.33
Hex 42 22 88 33 4B 0 2F 103 3C 21
Octal 102 42 210 63 113 0 57 403 74 41
Binary 1000010 100010 10001000 110011 1001011 0 101111 100000011 111100 100001

Color Harmonies of #422288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422288

Black with #422288

Text Example


Text Example

White with #422288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422288; }

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

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

background-color css

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

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

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

border-color css

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

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

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