#413888

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

Shades of Dark Slate Blue #413888

Tints of Dark Slate Blue #413888

Color information

#413888 (or 0x413888) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 38 and 88. RGB value is (65,56,136). Sum of RGB (Red+Green+Blue) = 65+56+136=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #413888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413888 is #BEC777. Grayscale: #434343. Windows color (decimal): -12502904 or 8927297. OLE color: 8927297.

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

Color convert

RGB6556136-
CMYK0.520.5900.47
HSL246.75º41.67%37.65%-
HSV(B)246.75º58.82%53.33%-
XYZ8.045.7323.97-
YUV67.81166.48126-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.29%
GREEN value IS 56 (22.27% from 255) = 21.79%
BLUE value IS 136 (53.52% from 255) = 52.92%
R=25.29%
G=21.79%
B=52.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65561360.520.5900.47246.7541.6737.65
Hex413888343B02Ff72a26
Octal1017021064730573675246
Binary100000111100010001000110100111011010111111110111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413888; }

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

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

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

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

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

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

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

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