#412F87

Color #412F87 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #412F87

Tints of Dark Slate Blue #412F87

Color information

#412F87 (or 0x412F87) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 2F and 87. RGB value is (65,47,135). Sum of RGB (Red+Green+Blue) = 65+47+135=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 135 (53.12% from 255 or 54.66% from 247); Max value from RGB is 135 - color contains mainly: blue. Hex color #412F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412F87 is #BED078. Grayscale: #3E3E3E. Windows color (decimal): -12505209 or 8859457. OLE color: 8859457.

HSL color Cylindrical-coordinate representation of color #412F87: hue angle of 252.27º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #412F87 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6547135-
CMYK0.520.6500.47
HSL252.27º48.35%35.69%-
HSV(B)252.27º65.19%52.94%-
XYZ7.574.9123.47-
YUV62.41168.96129.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.32%
GREEN value IS 47 (18.75% from 255) = 19.03%
BLUE value IS 135 (53.12% from 255) = 54.66%
R=26.32%
G=19.03%
B=54.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65471350.520.6500.47252.2748.3535.69
Hex412F87344102Ffc3024
Octal10157207641010573746044
Binary1000001101111100001111101001000001010111111111100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412F87; }

 p { color: rgb(65,47,135); }

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

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

 a { background-color: rgb(65,47,135); }

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

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

 span { border-color: rgb(65,47,135); }

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