#41378C

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

Shades of Dark Slate Blue #41378C

Tints of Dark Slate Blue #41378C

Color information

#41378C (or 0x41378C) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 37 and 8C. RGB value is (65,55,140). Sum of RGB (Red+Green+Blue) = 65+55+140=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #41378C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41378C is #BEC873. Grayscale: #434343. Windows color (decimal): -12503156 or 9189185. OLE color: 9189185.

HSL color Cylindrical-coordinate representation of color #41378C: hue angle of 247.06º 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 #41378C is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6555140-
CMYK0.540.6100.45
HSL247.06º43.59%38.24%-
HSV(B)247.06º60.71%54.9%-
XYZ8.285.7525.48-
YUV67.68168.81126.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25%
GREEN value IS 55 (21.88% from 255) = 21.15%
BLUE value IS 140 (55.08% from 255) = 53.85%
R=25%
G=21.15%
B=53.85%

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
Decimal65551400.540.6100.45247.0643.5938.24
Hex41378C363D02Df72c26
Octal1016721466750553675446
Binary100000111011110001100110110111101010110111110111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41378C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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