#41418D

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

Shades of Dark Slate Blue #41418D

Tints of Dark Slate Blue #41418D

Color information

#41418D (or 0x41418D) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 41 and 8D. RGB value is (65,65,141). Sum of RGB (Red+Green+Blue) = 65+65+141=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #41418D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41418D is #BEBE72. Grayscale: #494949. Windows color (decimal): -12500595 or 9257281. OLE color: 9257281.

HSL color Cylindrical-coordinate representation of color #41418D: hue angle of 240º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41418D is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6565141-
CMYK0.540.5400.45
HSL240º36.89%40.39%-
HSV(B)240º53.9%55.29%-
XYZ8.886.8326.05-
YUV73.66166121.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.99%
GREEN value IS 65 (25.78% from 255) = 23.99%
BLUE value IS 141 (55.47% from 255) = 52.03%
R=23.99%
G=23.99%
B=52.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65651410.540.5400.4524036.8940.39
Hex41418D363602Df02528
Octal10110121566660553604550
Binary1000001100000110001101110110110110010110111110000100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41418D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41418D; }

 p { color: rgb(65,65,141); }

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

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

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

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

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

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

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