Html Css Color HEX #31259E Dark Slate Blue

📋 copy color: '#31259E'

red 49 ◦ green 37 ◦ blue 158

#31259E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #31259E

Tints of Dark Slate Blue #31259E

RGB

 RED value IS 49 (19.53% from 255) = 20.08%

 GREEN value IS 37 (14.84% from 255) = 15.16%

 BLUE value IS 158 (62.11% from 255) = 64.75%

R = 20.08%
G = 15.16%
B = 64.75%

CMYK

 C value IS 0.69

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31259E (or 0x31259E) is known color: Dark Slate Blue. HEX triplet: 31, 25 and 9E. RGB value is (49,37,158). Sum of RGB (Red+Green+Blue) = 49+37+158=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 158 (62.11% from 255 or 64.75% from 244); Max value from RGB is 158 - color contains mainly: blue. Hex color #31259E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31259E is #CEDA61. Grayscale: #353535. Windows color (decimal): -13556322 or 10364209. OLE color: 10364209.

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

Color convert

RGB 49 37 158 -
CMYK 0.69 0.77 0 0.38
HSL 245.95º 0.62% 0.38% -
HSV(B) 245.95º 0.77% 0.62% -
XYZ 8.1 4.44 32.78 -
YUV 54.38 186.48 124.16 -
System Red Green Blue C M Y K H S L
Decimal 49 37 158 0.69 0.77 0 0.38 245.95 0.62 0.38
Hex 31 25 9E 45 4D 0 26 F6 3E 26
Octal 61 45 236 105 115 0 46 366 76 46
Binary 110001 100101 10011110 1000101 1001101 0 100110 11110110 111110 100110

Color Harmonies of #31259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31259E

Black with #31259E

Text Example


Text Example

White with #31259E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31259E;
 }
 .AnyTagClassName
 {
   color: #31259E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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