#3125A1

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

Shades of Dark Slate Blue #3125A1

Tints of Dark Slate Blue #3125A1

Color information

#3125A1 (or 0x3125A1) is unknown color: approx Dark Slate Blue. HEX triplet: 31, 25 and A1. RGB value is (49,37,161). Sum of RGB (Red+Green+Blue) = 49+37+161=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 161 (63.28% from 255 or 65.18% from 247); Max value from RGB is 161 - color contains mainly: blue. Hex color #3125A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3125A1 is #CEDA5E. Grayscale: #363636. Windows color (decimal): -13556319 or 10560817. OLE color: 10560817.

HSL color Cylindrical-coordinate representation of color #3125A1: hue angle of 245.81º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3125A1 is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4937161-
CMYK0.700.7700.37
HSL245.81º62.63%38.82%-
HSV(B)245.81º77.02%63.14%-
XYZ8.364.5534.16-
YUV54.72187.98123.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.84%
GREEN value IS 37 (14.84% from 255) = 14.98%
BLUE value IS 161 (63.28% from 255) = 65.18%
R=19.84%
G=14.98%
B=65.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal49371610.700.7700.37245.8162.6338.82
Hex3125A1464D025f63f27
Octal61452411061150453667747
Binary1100011001011010000110001101001101010010111110110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3125A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3125A1; }

 p { color: rgb(49,37,161); }

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

<style>
 a { background-color: #3125A1; }

 a { background-color: rgb(49,37,161); }

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

<style>
 span { border-color: #3125A1; }

 span { border-color: rgb(49,37,161); }

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