#413691

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

Shades of Dark Slate Blue #413691

Tints of Dark Slate Blue #413691

Color information

#413691 (or 0x413691) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 36 and 91. RGB value is (65,54,145). Sum of RGB (Red+Green+Blue) = 65+54+145=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #413691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413691 is #BEC96E. Grayscale: #434343. Windows color (decimal): -12503407 or 9516609. OLE color: 9516609.

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

Color convert

RGB6554145-
CMYK0.550.6300.43
HSL247.25º45.73%39.02%-
HSV(B)247.25º62.76%56.86%-
XYZ8.615.8127.46-
YUV67.66171.64126.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.62%
GREEN value IS 54 (21.48% from 255) = 20.45%
BLUE value IS 145 (57.03% from 255) = 54.92%
R=24.62%
G=20.45%
B=54.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65541450.550.6300.43247.2545.7339.02
Hex413691373F02Bf72e27
Octal1016622167770533675647
Binary100000111011010010001110111111111010101111110111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413691; }

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

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

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

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

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

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

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

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