#41318C

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

Shades of Dark Slate Blue #41318C

Tints of Dark Slate Blue #41318C

Color information

#41318C (or 0x41318C) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 31 and 8C. RGB value is (65,49,140). Sum of RGB (Red+Green+Blue) = 65+49+140=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #41318C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41318C is #BECE73. Grayscale: #3F3F3F. Windows color (decimal): -12504692 or 9187649. OLE color: 9187649.

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

Color convert

RGB6549140-
CMYK0.540.6500.45
HSL250.55º48.15%37.06%-
HSV(B)250.55º65%54.9%-
XYZ8.015.2125.4-
YUV64.16170.8128.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.59%
GREEN value IS 49 (19.53% from 255) = 19.29%
BLUE value IS 140 (55.08% from 255) = 55.12%
R=25.59%
G=19.29%
B=55.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65491400.540.6500.45250.5548.1537.06
Hex41318C364102Dfb3025
Octal10161214661010553736045
Binary1000001110001100011001101101000001010110111111011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41318C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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