#31259C

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

Shades of Dark Slate Blue #31259C

Tints of Dark Slate Blue #31259C

Color information

#31259C (or 0x31259C) is unknown color: approx Dark Slate Blue. HEX triplet: 31, 25 and 9C. RGB value is (49,37,156). Sum of RGB (Red+Green+Blue) = 49+37+156=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 156 (61.33% from 255 or 64.46% from 242); Max value from RGB is 156 - color contains mainly: blue. Hex color #31259C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31259C is #CEDA63. Grayscale: #353535. Windows color (decimal): -13556324 or 10233137. OLE color: 10233137.

HSL color Cylindrical-coordinate representation of color #31259C: hue angle of 246.05º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31259C is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4937156-
CMYK0.690.7600.39
HSL246.05º61.66%37.84%-
HSV(B)246.05º76.28%61.18%-
XYZ7.934.3831.88-
YUV54.15185.48124.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.25%
GREEN value IS 37 (14.84% from 255) = 15.29%
BLUE value IS 156 (61.33% from 255) = 64.46%
R=20.25%
G=15.29%
B=64.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal49371560.690.7600.39246.0561.6637.84
Hex31259C454C027f63e26
Octal61452341051140473667646
Binary1100011001011001110010001011001100010011111110110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31259C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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