#413489

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

Shades of Dark Slate Blue #413489

Tints of Dark Slate Blue #413489

Color information

#413489 (or 0x413489) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 34 and 89. RGB value is (65,52,137). Sum of RGB (Red+Green+Blue) = 65+52+137=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #413489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413489 is #BECB76. Grayscale: #414141. Windows color (decimal): -12503927 or 8991809. OLE color: 8991809.

HSL color Cylindrical-coordinate representation of color #413489: hue angle of 249.18º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #413489 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6552137-
CMYK0.530.6200.46
HSL249.18º44.97%37.06%-
HSV(B)249.18º62.04%53.73%-
XYZ7.925.3924.29-
YUV65.58168.31127.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.59%
GREEN value IS 52 (20.70% from 255) = 20.47%
BLUE value IS 137 (53.91% from 255) = 53.94%
R=25.59%
G=20.47%
B=53.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65521370.530.6200.46249.1844.9737.06
Hex413489353E02Ef92d25
Octal1016421165760563715545
Binary100000111010010001001110101111110010111011111001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413489; }

 p { color: rgb(65,52,137); }

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

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

 a { background-color: rgb(65,52,137); }

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

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

 span { border-color: rgb(65,52,137); }

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