#412377

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

Shades of Windsor #412377

Tints of Windsor #412377

Color information

#412377 (or 0x412377) is unknown color: approx Windsor. HEX triplet: 41, 23 and 77. RGB value is (65,35,119). Sum of RGB (Red+Green+Blue) = 65+35+119=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #412377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412377 is #BEDC88. Grayscale: #353535. Windows color (decimal): -12508297 or 7807809. OLE color: 7807809.

HSL color Cylindrical-coordinate representation of color #412377: hue angle of 261.43º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #412377 is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6535119-
CMYK0.450.7100.53
HSL261.43º54.55%30.2%-
HSV(B)261.43º70.59%46.67%-
XYZ6.113.6617.84-
YUV53.55164.94136.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.68%
GREEN value IS 35 (14.06% from 255) = 15.98%
BLUE value IS 119 (46.88% from 255) = 54.34%
R=29.68%
G=15.98%
B=54.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65351190.450.7100.53261.4354.5530.2
Hex4123772D47035105371e
Octal10143167551070654056736
Binary100000110001111101111011011000111011010110000010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412377; }

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

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

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

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

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

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

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

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