Html Css Color HEX #422988 Windsor

📋 copy color: '#422988'

red 66 ◦ green 41 ◦ blue 136

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

Shades of Windsor #422988

Tints of Windsor #422988

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.87%

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

R = 27.16%
G = 16.87%
B = 55.97%

CMYK

 C value IS 0.51

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#422988 (or 0x422988) is known color: Windsor. HEX triplet: 42, 29 and 88. RGB value is (66,41,136). Sum of RGB (Red+Green+Blue) = 66+41+136=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 136 (53.52% from 255 or 55.97% from 243); Max value from RGB is 136 - color contains mainly: blue. Hex color #422988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422988 is #BDD677. Grayscale: #3A3A3A. Windows color (decimal): -12441208 or 8923458. OLE color: 8923458.

HSL color Cylindrical-coordinate representation of color #422988: hue angle of 255.79º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #422988 is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 41 136 -
CMYK 0.51 0.70 0 0.47
HSL 255.79º 0.54% 0.35% -
HSV(B) 255.79º 0.7% 0.53% -
XYZ 7.48 4.52 23.77 -
YUV 59.31 171.28 132.78 -
System Red Green Blue C M Y K H S L
Decimal 66 41 136 0.51 0.70 0 0.47 255.79 0.54 0.35
Hex 42 29 88 33 46 0 2F 100 36 23
Octal 102 51 210 63 106 0 57 400 66 43
Binary 1000010 101001 10001000 110011 1000110 0 101111 100000000 110110 100011

Color Harmonies of #422988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422988

Black with #422988

Text Example


Text Example

White with #422988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422988; }

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

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

background-color css

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

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

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

border-color css

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

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

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