#413A99

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

Shades of Dark Slate Blue #413A99

Tints of Dark Slate Blue #413A99

Color information

#413A99 (or 0x413A99) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 3A and 99. RGB value is (65,58,153). Sum of RGB (Red+Green+Blue) = 65+58+153=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #413A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413A99 is #BEC566. Grayscale: #464646. Windows color (decimal): -12502375 or 10041921. OLE color: 10041921.

HSL color Cylindrical-coordinate representation of color #413A99: hue angle of 244.42º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #413A99 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6558153-
CMYK0.580.6200.4
HSL244.42º45.02%41.37%-
HSV(B)244.42º62.09%60%-
XYZ9.446.4530.88-
YUV70.92174.32123.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.55%
GREEN value IS 58 (23.05% from 255) = 21.01%
BLUE value IS 153 (60.16% from 255) = 55.43%
R=23.55%
G=21.01%
B=55.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65581530.580.6200.4244.4245.0241.37
Hex413A993A3E028f42d29
Octal1017223172760503645551
Binary100000111101010011001111010111110010100011110100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413A99; }

 p { color: rgb(65,58,153); }

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

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

 a { background-color: rgb(65,58,153); }

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

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

 span { border-color: rgb(65,58,153); }

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