#422480

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

Shades of Windsor #422480

Tints of Windsor #422480

Color information

#422480 (or 0x422480) is unknown color: approx Windsor. HEX triplet: 42, 24 and 80. RGB value is (66,36,128). Sum of RGB (Red+Green+Blue) = 66+36+128=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 128 (50.39% from 255 or 55.65% from 230); Max value from RGB is 128 - color contains mainly: blue. Hex color #422480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422480 is #BDDB7F. Grayscale: #373737. Windows color (decimal): -12442496 or 8397890. OLE color: 8397890.

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

Color convert

RGB6636128-
CMYK0.480.7200.50
HSL259.57º56.1%32.16%-
HSV(B)259.57º71.88%50.2%-
XYZ6.773.9820.83-
YUV55.46168.94135.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.70%
GREEN value IS 36 (14.45% from 255) = 15.65%
BLUE value IS 128 (50.39% from 255) = 55.65%
R=28.70%
G=15.65%
B=55.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66361280.480.7200.50259.5756.132.16
Hex42248030480321043820
Octal10244200601100624047040
Binary10000101001001000000011000010010000110010100000100111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422480; }

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

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

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

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

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

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

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

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