#422370

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

Shades of Windsor #422370

Tints of Windsor #422370

Color information

#422370 (or 0x422370) is unknown color: approx Windsor. HEX triplet: 42, 23 and 70. RGB value is (66,35,112). Sum of RGB (Red+Green+Blue) = 66+35+112=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #422370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422370 is #BDDC8F. Grayscale: #343434. Windows color (decimal): -12442768 or 7349058. OLE color: 7349058.

HSL color Cylindrical-coordinate representation of color #422370: hue angle of 264.16º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #422370 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6635112-
CMYK0.410.6900.56
HSL264.16º52.38%28.82%-
HSV(B)264.16º68.75%43.92%-
XYZ5.773.5315.71-
YUV53.05161.27137.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.99%
GREEN value IS 35 (14.06% from 255) = 16.43%
BLUE value IS 112 (44.14% from 255) = 52.58%
R=30.99%
G=16.43%
B=52.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66351120.410.6900.56264.1652.3828.82
Hex4223702945038108341d
Octal10243160511050704106435
Binary100001010001111100001010011000101011100010000100011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422370; }

 p { color: rgb(66,35,112); }

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

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

 a { background-color: rgb(66,35,112); }

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

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

 span { border-color: rgb(66,35,112); }

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