#3A318F

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

Shades of Dark Slate Blue #3A318F

Tints of Dark Slate Blue #3A318F

Color information

#3A318F (or 0x3A318F) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 31 and 8F. RGB value is (58,49,143). Sum of RGB (Red+Green+Blue) = 58+49+143=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 143 (56.25% from 255 or 57.2% from 250); Max value from RGB is 143 - color contains mainly: blue. Hex color #3A318F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A318F is #C5CE70. Grayscale: #3E3E3E. Windows color (decimal): -12963441 or 9384250. OLE color: 9384250.

HSL color Cylindrical-coordinate representation of color #3A318F: hue angle of 245.74º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A318F is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5849143-
CMYK0.590.6600.44
HSL245.74º48.96%37.65%-
HSV(B)245.74º65.73%56.08%-
XYZ7.85.0826.56-
YUV62.41173.48124.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.2%
GREEN value IS 49 (19.53% from 255) = 19.6%
BLUE value IS 143 (56.25% from 255) = 57.2%
R=23.2%
G=19.6%
B=57.2%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal58491430.590.6600.44245.7448.9637.65
Hex3A318F3B4202Cf63126
Octal7261217731020543666146
Binary111010110001100011111110111000010010110011110110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A318F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A318F; }

 p { color: rgb(58,49,143); }

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

<style>
 a { background-color: #3A318F; }

 a { background-color: rgb(58,49,143); }

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

<style>
 span { border-color: #3A318F; }

 span { border-color: rgb(58,49,143); }

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