#412470

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

Shades of Windsor #412470

Tints of Windsor #412470

Color information

#412470 (or 0x412470) is unknown color: approx Windsor. HEX triplet: 41, 24 and 70. RGB value is (65,36,112). Sum of RGB (Red+Green+Blue) = 65+36+112=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 36 (14.45% from 255 or 16.90% 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 #412470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412470 is #BEDB8F. Grayscale: #353535. Windows color (decimal): -12508048 or 7349313. OLE color: 7349313.

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

Color convert

RGB6536112-
CMYK0.420.6800.56
HSL262.89º51.35%29.02%-
HSV(B)262.89º67.86%43.92%-
XYZ5.743.5615.71-
YUV53.33161.11136.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.52%
GREEN value IS 36 (14.45% from 255) = 16.90%
BLUE value IS 112 (44.14% from 255) = 52.58%
R=30.52%
G=16.90%
B=52.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65361120.420.6800.56262.8951.3529.02
Hex4124702A44038107331d
Octal10144160521040704076335
Binary100000110010011100001010101000100011100010000011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412470; }

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

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

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

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

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

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

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

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