#413588

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

Shades of Dark Slate Blue #413588

Tints of Dark Slate Blue #413588

Color information

#413588 (or 0x413588) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 35 and 88. RGB value is (65,53,136). Sum of RGB (Red+Green+Blue) = 65+53+136=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #413588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413588 is #BECA77. Grayscale: #414141. Windows color (decimal): -12503672 or 8926529. OLE color: 8926529.

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

Color convert

RGB6553136-
CMYK0.520.6100.47
HSL248.67º43.92%37.06%-
HSV(B)248.67º61.03%53.33%-
XYZ7.95.4523.93-
YUV66.05167.48127.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.59%
GREEN value IS 53 (21.09% from 255) = 20.87%
BLUE value IS 136 (53.52% from 255) = 53.54%
R=25.59%
G=20.87%
B=53.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65531360.520.6100.47248.6743.9237.06
Hex413588343D02Ff92c25
Octal1016521064750573715445
Binary100000111010110001000110100111101010111111111001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413588; }

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

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

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

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

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

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

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

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