#422485

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

Shades of Windsor #422485

Tints of Windsor #422485

Color information

#422485 (or 0x422485) is unknown color: approx Windsor. HEX triplet: 42, 24 and 85. RGB value is (66,36,133). Sum of RGB (Red+Green+Blue) = 66+36+133=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #422485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422485 is #BDDB7A. Grayscale: #373737. Windows color (decimal): -12442491 or 8725570. OLE color: 8725570.

HSL color Cylindrical-coordinate representation of color #422485: hue angle of 258.56º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #422485 is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6636133-
CMYK0.500.7300.48
HSL258.56º57.4%33.14%-
HSV(B)258.56º72.93%52.16%-
XYZ7.114.1122.61-
YUV56.03171.44135.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.09%
GREEN value IS 36 (14.45% from 255) = 15.32%
BLUE value IS 133 (52.34% from 255) = 56.60%
R=28.09%
G=15.32%
B=56.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66361330.500.7300.48258.5657.433.14
Hex42248532490301033921
Octal10244205621110604037141
Binary10000101001001000010111001010010010110000100000011111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422485; }

 p { color: rgb(66,36,133); }

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

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

 a { background-color: rgb(66,36,133); }

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

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

 span { border-color: rgb(66,36,133); }

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