#41388C

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

Shades of Dark Slate Blue #41388C

Tints of Dark Slate Blue #41388C

Color information

#41388C (or 0x41388C) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 38 and 8C. RGB value is (65,56,140). Sum of RGB (Red+Green+Blue) = 65+56+140=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 140 (55.08% from 255 or 53.64% from 261); Max value from RGB is 140 - color contains mainly: blue. Hex color #41388C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41388C is #BEC773. Grayscale: #434343. Windows color (decimal): -12502900 or 9189441. OLE color: 9189441.

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

Color convert

RGB6556140-
CMYK0.540.600.45
HSL246.43º42.86%38.43%-
HSV(B)246.43º60%54.9%-
XYZ8.335.8525.5-
YUV68.27168.48125.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.90%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 140 (55.08% from 255) = 53.64%
R=24.90%
G=21.46%
B=53.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65561400.540.600.45246.4342.8638.43
Hex41388C363C02Df62b26
Octal1017021466740553665346
Binary100000111100010001100110110111100010110111110110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41388C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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