#41387F

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

Shades of Dark Slate Blue #41387F

Tints of Dark Slate Blue #41387F

Color information

#41387F (or 0x41387F) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 38 and 7F. RGB value is (65,56,127). Sum of RGB (Red+Green+Blue) = 65+56+127=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #41387F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41387F is #BEC780. Grayscale: #424242. Windows color (decimal): -12502913 or 8337473. OLE color: 8337473.

HSL color Cylindrical-coordinate representation of color #41387F: hue angle of 247.61º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41387F is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6556127-
CMYK0.490.5600.50
HSL247.61º38.8%35.88%-
HSV(B)247.61º55.91%49.8%-
XYZ7.425.4820.75-
YUV66.78161.98126.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.21%
GREEN value IS 56 (22.27% from 255) = 22.58%
BLUE value IS 127 (50% from 255) = 51.21%
R=26.21%
G=22.58%
B=51.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal65561270.490.5600.50247.6138.835.88
Hex41387F3138032f82724
Octal1017017761700623704744
Binary10000011110001111111110001111000011001011111000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41387F; }

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

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

<style>
 a { background-color: #41387F; }

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

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

<style>
 span { border-color: #41387F; }

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

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