#412888

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

Shades of Windsor #412888

Tints of Windsor #412888

Color information

#412888 (or 0x412888) is unknown color: approx Windsor. HEX triplet: 41, 28 and 88. RGB value is (65,40,136). Sum of RGB (Red+Green+Blue) = 65+40+136=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #412888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412888 is #BED777. Grayscale: #3A3A3A. Windows color (decimal): -12507000 or 8923201. OLE color: 8923201.

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

Color convert

RGB6540136-
CMYK0.520.7100.47
HSL255.62º54.55%34.51%-
HSV(B)255.62º70.59%53.33%-
XYZ7.384.4223.76-
YUV58.42171.78132.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.97%
GREEN value IS 40 (16.02% from 255) = 16.60%
BLUE value IS 136 (53.52% from 255) = 56.43%
R=26.97%
G=16.60%
B=56.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65401360.520.7100.47255.6254.5534.51
Hex412888344702F1003723
Octal10150210641070574006743
Binary10000011010001000100011010010001110101111100000000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412888; }

 p { color: rgb(65,40,136); }

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

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

 a { background-color: rgb(65,40,136); }

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

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

 span { border-color: rgb(65,40,136); }

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