#422988

Color #422988 Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #422988

Tints of Windsor #422988

Color information

#422988 (or 0x422988) is unknown color: approx 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

RGB6641136-
CMYK0.510.7000.47
HSL255.79º53.67%34.71%-
HSV(B)255.79º69.85%53.33%-
XYZ7.484.5223.77-
YUV59.31171.28132.78-

RGB Variations

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

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 (Cyan) values IS 0.51
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66411360.510.7000.47255.7953.6734.71
Hex422988334602F1003623
Octal10251210631060574006643
Binary10000101010011000100011001110001100101111100000000110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>