#413882

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

Shades of Dark Slate Blue #413882

Tints of Dark Slate Blue #413882

Color information

#413882 (or 0x413882) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 38 and 82. RGB value is (65,56,130). Sum of RGB (Red+Green+Blue) = 65+56+130=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #413882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413882 is #BEC77D. Grayscale: #424242. Windows color (decimal): -12502910 or 8534081. OLE color: 8534081.

HSL color Cylindrical-coordinate representation of color #413882: hue angle of 247.3º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #413882 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6556130-
CMYK0.500.5700.49
HSL247.3º39.78%36.47%-
HSV(B)247.3º56.92%50.98%-
XYZ7.625.5621.79-
YUV67.13163.48126.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.90%
GREEN value IS 56 (22.27% from 255) = 22.31%
BLUE value IS 130 (51.17% from 255) = 51.79%
R=25.90%
G=22.31%
B=51.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65561300.500.5700.49247.339.7836.47
Hex4138823239031f72824
Octal1017020262710613675044
Binary100000111100010000010110010111001011000111110111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413882; }

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

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

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

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

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

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

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

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