#422D83

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

Shades of Windsor #422D83

Tints of Windsor #422D83

Color information

#422D83 (or 0x422D83) is unknown color: approx Windsor. HEX triplet: 42, 2D and 83. RGB value is (66,45,131). Sum of RGB (Red+Green+Blue) = 66+45+131=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 131 (51.56% from 255 or 54.13% from 242); Max value from RGB is 131 - color contains mainly: blue. Hex color #422D83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422D83 is #BDD27C. Grayscale: #3C3C3C. Windows color (decimal): -12440189 or 8596802. OLE color: 8596802.

HSL color Cylindrical-coordinate representation of color #422D83: hue angle of 254.65º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #422D83 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6645131-
CMYK0.500.6600.49
HSL254.65º48.86%34.51%-
HSV(B)254.65º65.65%51.37%-
XYZ7.284.6721.99-
YUV61.08167.46131.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.27%
GREEN value IS 45 (17.97% from 255) = 18.60%
BLUE value IS 131 (51.56% from 255) = 54.13%
R=27.27%
G=18.60%
B=54.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66451310.500.6600.49254.6548.8634.51
Hex422D833242031ff3123
Octal10255203621020613776143
Binary1000010101101100000111100101000010011000111111111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422D83; }

 p { color: rgb(66,45,131); }

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

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

 a { background-color: rgb(66,45,131); }

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

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

 span { border-color: rgb(66,45,131); }

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