#41388D

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

Shades of Dark Slate Blue #41388D

Tints of Dark Slate Blue #41388D

Color information

#41388D (or 0x41388D) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 38 and 8D. RGB value is (65,56,141). Sum of RGB (Red+Green+Blue) = 65+56+141=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #41388D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41388D is #BEC772. Grayscale: #444444. Windows color (decimal): -12502899 or 9254977. OLE color: 9254977.

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

Color convert

RGB6556141-
CMYK0.540.6000.45
HSL246.35º43.15%38.63%-
HSV(B)246.35º60.28%55.29%-
XYZ8.45.8825.89-
YUV68.38168.98125.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.81%
GREEN value IS 56 (22.27% from 255) = 21.37%
BLUE value IS 141 (55.47% from 255) = 53.82%
R=24.81%
G=21.37%
B=53.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65561410.540.6000.45246.3543.1538.63
Hex41388D363C02Df62b27
Octal1017021566740553665347
Binary100000111100010001101110110111100010110111110110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41388D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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