#413999

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

Shades of Dark Slate Blue #413999

Tints of Dark Slate Blue #413999

Color information

#413999 (or 0x413999) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 39 and 99. RGB value is (65,57,153). Sum of RGB (Red+Green+Blue) = 65+57+153=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #413999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413999 is #BEC666. Grayscale: #454545. Windows color (decimal): -12502631 or 10041665. OLE color: 10041665.

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

Color convert

RGB6557153-
CMYK0.580.6300.4
HSL245º45.71%41.18%-
HSV(B)245º62.75%60%-
XYZ9.396.3530.87-
YUV70.34174.65124.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.64%
GREEN value IS 57 (22.66% from 255) = 20.73%
BLUE value IS 153 (60.16% from 255) = 55.64%
R=23.64%
G=20.73%
B=55.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65571530.580.6300.424545.7141.18
Hex4139993A3F028f52e29
Octal1017123172770503655651
Binary100000111100110011001111010111111010100011110101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413999; }

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

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

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

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

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

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

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

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