#422388

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

Shades of Windsor #422388

Tints of Windsor #422388

Color information

#422388 (or 0x422388) is unknown color: approx Windsor. HEX triplet: 42, 23 and 88. RGB value is (66,35,136). Sum of RGB (Red+Green+Blue) = 66+35+136=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 136 (53.52% from 255 or 57.38% from 237); Max value from RGB is 136 - color contains mainly: blue. Hex color #422388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422388 is #BDDC77. Grayscale: #373737. Windows color (decimal): -12442744 or 8921922. OLE color: 8921922.

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

Color convert

RGB6635136-
CMYK0.510.7400.47
HSL258.42º59.06%33.53%-
HSV(B)258.42º74.26%53.33%-
XYZ7.294.1423.71-
YUV55.78173.27135.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.85%
GREEN value IS 35 (14.06% from 255) = 14.77%
BLUE value IS 136 (53.52% from 255) = 57.38%
R=27.85%
G=14.77%
B=57.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66351360.510.7400.47258.4259.0633.53
Hex422388334A02F1023b22
Octal10243210631120574027342
Binary10000101000111000100011001110010100101111100000010111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422388; }

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

 H1.HeaderClassName
 {
   color: #422388;
 }
 .AnyTagClassName
 {
   color: #422388;
 }
</style>
background-color css

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

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

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

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

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

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