#41418B

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

Shades of Dark Slate Blue #41418B

Tints of Dark Slate Blue #41418B

Color information

#41418B (or 0x41418B) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 41 and 8B. RGB value is (65,65,139). Sum of RGB (Red+Green+Blue) = 65+65+139=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #41418B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41418B is #BEBE74. Grayscale: #494949. Windows color (decimal): -12500597 or 9126209. OLE color: 9126209.

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

Color convert

RGB6565139-
CMYK0.530.5300.45
HSL240º36.27%40%-
HSV(B)240º53.24%54.51%-
XYZ8.736.7725.27-
YUV73.44165121.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.16%
GREEN value IS 65 (25.78% from 255) = 24.16%
BLUE value IS 139 (54.69% from 255) = 51.67%
R=24.16%
G=24.16%
B=51.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65651390.530.5300.4524036.2740
Hex41418B353502Df02428
Octal10110121365650553604450
Binary1000001100000110001011110101110101010110111110000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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