#312BA2

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

Shades of Dark Slate Blue #312BA2

Tints of Dark Slate Blue #312BA2

Color information

#312BA2 (or 0x312BA2) is unknown color: approx Dark Slate Blue. HEX triplet: 31, 2B and A2. RGB value is (49,43,162). Sum of RGB (Red+Green+Blue) = 49+43+162=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 43 (17.19% from 255 or 16.93% from 254); Blue value is 162 (63.67% from 255 or 63.78% from 254); Max value from RGB is 162 - color contains mainly: blue. Hex color #312BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312BA2 is #CED45D. Grayscale: #393939. Windows color (decimal): -13554782 or 10627889. OLE color: 10627889.

HSL color Cylindrical-coordinate representation of color #312BA2: hue angle of 243.03º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #312BA2 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4943162-
CMYK0.700.7300.36
HSL243.03º58.05%40.2%-
HSV(B)243.03º73.46%63.53%-
XYZ8.654.9934.69-
YUV58.36186.49121.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.29%
GREEN value IS 43 (17.19% from 255) = 16.93%
BLUE value IS 162 (63.67% from 255) = 63.78%
R=19.29%
G=16.93%
B=63.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal49431620.700.7300.36243.0358.0540.2
Hex312BA24649024f33a28
Octal61532421061110443637250
Binary1100011010111010001010001101001001010010011110011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312BA2; }

 p { color: rgb(49,43,162); }

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

<style>
 a { background-color: #312BA2; }

 a { background-color: rgb(49,43,162); }

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

<style>
 span { border-color: #312BA2; }

 span { border-color: rgb(49,43,162); }

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