#31259a

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

Shades of Dark Slate Blue #31259A

Tints of Dark Slate Blue #31259A

Color information

#31259A (or 0x31259A) is unknown color: approx Dark Slate Blue. HEX triplet: 31, 25 and 9A. RGB value is (49,37,154). Sum of RGB (Red+Green+Blue) = 49+37+154=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 154 (60.55% from 255 or 64.17% from 240); Max value from RGB is 154 - color contains mainly: blue. Hex color #31259A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31259A is #CEDA65. Grayscale: #353535. Windows color (decimal): -13556326 or 10102065. OLE color: 10102065.

HSL color Cylindrical-coordinate representation of color #31259A: hue angle of 246.15º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31259A is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4937154-
CMYK0.680.7600.40
HSL246.15º61.26%37.45%-
HSV(B)246.15º75.97%60.39%-
XYZ7.764.3130.99-
YUV53.93184.48124.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.42%
GREEN value IS 37 (14.84% from 255) = 15.42%
BLUE value IS 154 (60.55% from 255) = 64.17%
R=20.42%
G=15.42%
B=64.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49371540.680.7600.40246.1561.2637.45
Hex31259A444C028f63d25
Octal61452321041140503667545
Binary1100011001011001101010001001001100010100011110110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31259a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31259a; }

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

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

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

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

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

<style>
 span { border-color: #31259a; }

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

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