#413391

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

Shades of Dark Slate Blue #413391

Tints of Dark Slate Blue #413391

Color information

#413391 (or 0x413391) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 33 and 91. RGB value is (65,51,145). Sum of RGB (Red+Green+Blue) = 65+51+145=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #413391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413391 is #BECC6E. Grayscale: #414141. Windows color (decimal): -12504175 or 9515841. OLE color: 9515841.

HSL color Cylindrical-coordinate representation of color #413391: hue angle of 248.94º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #413391 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6551145-
CMYK0.550.6500.43
HSL248.94º47.96%38.43%-
HSV(B)248.94º64.83%56.86%-
XYZ8.475.5427.41-
YUV65.9172.64127.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.90%
GREEN value IS 51 (20.31% from 255) = 19.54%
BLUE value IS 145 (57.03% from 255) = 55.56%
R=24.90%
G=19.54%
B=55.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65511450.550.6500.43248.9447.9638.43
Hex413391374102Bf93026
Octal10163221671010533716046
Binary1000001110011100100011101111000001010101111111001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413391; }

 p { color: rgb(65,51,145); }

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

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

 a { background-color: rgb(65,51,145); }

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

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

 span { border-color: rgb(65,51,145); }

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