#422580

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

Shades of Windsor #422580

Tints of Windsor #422580

Color information

#422580 (or 0x422580) is unknown color: approx Windsor. HEX triplet: 42, 25 and 80. RGB value is (66,37,128). Sum of RGB (Red+Green+Blue) = 66+37+128=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 128 (50.39% from 255 or 55.41% from 231); Max value from RGB is 128 - color contains mainly: blue. Hex color #422580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422580 is #BDDA7F. Grayscale: #373737. Windows color (decimal): -12442240 or 8398146. OLE color: 8398146.

HSL color Cylindrical-coordinate representation of color #422580: hue angle of 259.12º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #422580 is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6637128-
CMYK0.480.7100.50
HSL259.12º55.15%32.35%-
HSV(B)259.12º71.09%50.2%-
XYZ6.84.0420.84-
YUV56.04168.61135.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.57%
GREEN value IS 37 (14.84% from 255) = 16.02%
BLUE value IS 128 (50.39% from 255) = 55.41%
R=28.57%
G=16.02%
B=55.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66371280.480.7100.50259.1255.1532.35
Hex42258030470321033720
Octal10245200601070624036740
Binary10000101001011000000011000010001110110010100000011110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422580; }

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

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

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

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

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

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

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

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