#422084

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

Shades of Windsor #422084

Tints of Windsor #422084

Color information

#422084 (or 0x422084) is unknown color: approx Windsor. HEX triplet: 42, 20 and 84. RGB value is (66,32,132). Sum of RGB (Red+Green+Blue) = 66+32+132=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 132 (51.95% from 255 or 57.39% from 230); Max value from RGB is 132 - color contains mainly: blue. Hex color #422084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422084 is #BDDF7B. Grayscale: #353535. Windows color (decimal): -12443516 or 8659010. OLE color: 8659010.

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

Color convert

RGB6632132-
CMYK0.50.7600.48
HSL260.4º60.98%32.16%-
HSV(B)260.4º75.76%51.76%-
XYZ6.933.8622.21-
YUV53.57172.26136.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.70%
GREEN value IS 32 (12.89% from 255) = 13.91%
BLUE value IS 132 (51.95% from 255) = 57.39%
R=28.70%
G=13.91%
B=57.39%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66321320.50.7600.48260.460.9832.16
Hex422084324C0301043d20
Octal10240204621140604047540
Binary10000101000001000010011001010011000110000100000100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422084; }

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

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

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

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

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

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

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

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