#422587

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

Shades of Windsor #422587

Tints of Windsor #422587

Color information

#422587 (or 0x422587) is unknown color: approx Windsor. HEX triplet: 42, 25 and 87. RGB value is (66,37,135). Sum of RGB (Red+Green+Blue) = 66+37+135=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #422587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422587 is #BDDA78. Grayscale: #383838. Windows color (decimal): -12442233 or 8856898. OLE color: 8856898.

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

Color convert

RGB6637135-
CMYK0.510.7300.47
HSL257.76º56.98%33.73%-
HSV(B)257.76º72.59%52.94%-
XYZ7.284.2323.35-
YUV56.84172.11134.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.73%
GREEN value IS 37 (14.84% from 255) = 15.55%
BLUE value IS 135 (53.12% from 255) = 56.72%
R=27.73%
G=15.55%
B=56.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66371350.510.7300.47257.7656.9833.73
Hex422587334902F1023922
Octal10245207631110574027142
Binary10000101001011000011111001110010010101111100000010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422587; }

 p { color: rgb(66,37,135); }

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

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

 a { background-color: rgb(66,37,135); }

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

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

 span { border-color: rgb(66,37,135); }

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