#422080

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

Shades of Windsor #422080

Tints of Windsor #422080

Color information

#422080 (or 0x422080) is unknown color: approx Windsor. HEX triplet: 42, 20 and 80. RGB value is (66,32,128). Sum of RGB (Red+Green+Blue) = 66+32+128=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 128 (50.39% from 255 or 56.64% from 226); Max value from RGB is 128 - color contains mainly: blue. Hex color #422080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422080 is #BDDF7F. Grayscale: #343434. Windows color (decimal): -12443520 or 8396866. OLE color: 8396866.

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

Color convert

RGB6632128-
CMYK0.480.7500.50
HSL261.25º60%31.37%-
HSV(B)261.25º75%50.2%-
XYZ6.663.7520.79-
YUV53.11170.26137.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 32 (12.89% from 255) = 14.16%
BLUE value IS 128 (50.39% from 255) = 56.64%
R=29.20%
G=14.16%
B=56.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66321280.480.7500.50261.256031.37
Hex422080304B0321053c1f
Octal10240200601130624057437
Binary1000010100000100000001100001001011011001010000010111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422080; }

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

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

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

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

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

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

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

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