#41378D

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

Shades of Dark Slate Blue #41378D

Tints of Dark Slate Blue #41378D

Color information

#41378D (or 0x41378D) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 37 and 8D. RGB value is (65,55,141). Sum of RGB (Red+Green+Blue) = 65+55+141=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #41378D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41378D is #BEC872. Grayscale: #434343. Windows color (decimal): -12503155 or 9254721. OLE color: 9254721.

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

Color convert

RGB6555141-
CMYK0.540.6100.45
HSL246.98º43.88%38.43%-
HSV(B)246.98º60.99%55.29%-
XYZ8.355.7825.87-
YUV67.79169.31126.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.90%
GREEN value IS 55 (21.88% from 255) = 21.07%
BLUE value IS 141 (55.47% from 255) = 54.02%
R=24.90%
G=21.07%
B=54.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65551410.540.6100.45246.9843.8838.43
Hex41378D363D02Df72c26
Octal1016721566750553675446
Binary100000111011110001101110110111101010110111110111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41378D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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