#413788

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

Shades of Dark Slate Blue #413788

Tints of Dark Slate Blue #413788

Color information

#413788 (or 0x413788) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 37 and 88. RGB value is (65,55,136). Sum of RGB (Red+Green+Blue) = 65+55+136=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #413788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413788 is #BEC877. Grayscale: #424242. Windows color (decimal): -12503160 or 8927041. OLE color: 8927041.

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

Color convert

RGB6555136-
CMYK0.520.6000.47
HSL247.41º42.41%37.45%-
HSV(B)247.41º59.56%53.33%-
XYZ7.995.6323.96-
YUV67.22166.81126.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.39%
GREEN value IS 55 (21.88% from 255) = 21.48%
BLUE value IS 136 (53.52% from 255) = 53.12%
R=25.39%
G=21.48%
B=53.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65551360.520.6000.47247.4142.4137.45
Hex413788343C02Ff72a25
Octal1016721064740573675245
Binary100000111011110001000110100111100010111111110111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413788; }

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

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

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

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

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

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

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

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