#412370

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

Shades of Windsor #412370

Tints of Windsor #412370

Color information

#412370 (or 0x412370) is unknown color: approx Windsor. HEX triplet: 41, 23 and 70. RGB value is (65,35,112). Sum of RGB (Red+Green+Blue) = 65+35+112=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #412370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412370 is #BEDC8F. Grayscale: #343434. Windows color (decimal): -12508304 or 7349057. OLE color: 7349057.

HSL color Cylindrical-coordinate representation of color #412370: hue angle of 263.38º 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 #412370 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6535112-
CMYK0.420.6900.56
HSL263.38º52.38%28.82%-
HSV(B)263.38º68.75%43.92%-
XYZ5.713.515.7-
YUV52.75161.44136.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.66%
GREEN value IS 35 (14.06% from 255) = 16.51%
BLUE value IS 112 (44.14% from 255) = 52.83%
R=30.66%
G=16.51%
B=52.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65351120.420.6900.56263.3852.3828.82
Hex4123702A45038107341d
Octal10143160521050704076435
Binary100000110001111100001010101000101011100010000011111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412370; }

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

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

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

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

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

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

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

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