#41348B

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

Shades of Dark Slate Blue #41348B

Tints of Dark Slate Blue #41348B

Color information

#41348B (or 0x41348B) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 34 and 8B. RGB value is (65,52,139). Sum of RGB (Red+Green+Blue) = 65+52+139=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #41348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41348B is #BECB74. Grayscale: #414141. Windows color (decimal): -12503925 or 9122881. OLE color: 9122881.

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

Color convert

RGB6552139-
CMYK0.530.6300.45
HSL248.97º45.55%37.45%-
HSV(B)248.97º62.59%54.51%-
XYZ8.075.4425.05-
YUV65.8169.31127.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.39%
GREEN value IS 52 (20.70% from 255) = 20.31%
BLUE value IS 139 (54.69% from 255) = 54.30%
R=25.39%
G=20.31%
B=54.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65521390.530.6300.45248.9745.5537.45
Hex41348B353F02Df92e25
Octal1016421365770553715645
Binary100000111010010001011110101111111010110111111001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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