#412584

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

Shades of Windsor #412584

Tints of Windsor #412584

Color information

#412584 (or 0x412584) is unknown color: approx Windsor. HEX triplet: 41, 25 and 84. RGB value is (65,37,132). Sum of RGB (Red+Green+Blue) = 65+37+132=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #412584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412584 is #BEDA7B. Grayscale: #373737. Windows color (decimal): -12507772 or 8660289. OLE color: 8660289.

HSL color Cylindrical-coordinate representation of color #412584: hue angle of 257.68º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #412584 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6537132-
CMYK0.510.7200.48
HSL257.68º56.21%33.14%-
HSV(B)257.68º71.97%51.76%-
XYZ7.014.1122.25-
YUV56.2170.78134.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.78%
GREEN value IS 37 (14.84% from 255) = 15.81%
BLUE value IS 132 (51.95% from 255) = 56.41%
R=27.78%
G=15.81%
B=56.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65371320.510.7200.48257.6856.2133.14
Hex41258433480301023821
Octal10145204631100604027041
Binary10000011001011000010011001110010000110000100000010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412584; }

 p { color: rgb(65,37,132); }

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

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

 a { background-color: rgb(65,37,132); }

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

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

 span { border-color: rgb(65,37,132); }

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