Html Css Color HEX #31259B Dark Slate Blue

📋 copy color: '#31259B'

red 49 ◦ green 37 ◦ blue 155

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

Shades of Dark Slate Blue #31259B

Tints of Dark Slate Blue #31259B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 64.32%

R = 20.33%
G = 15.35%
B = 64.32%

CMYK

 C value IS 0.68

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31259B (or 0x31259B) is known color: Dark Slate Blue. HEX triplet: 31, 25 and 9B. RGB value is (49,37,155). Sum of RGB (Red+Green+Blue) = 49+37+155=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 155 (60.94% from 255 or 64.32% from 241); Max value from RGB is 155 - color contains mainly: blue. Hex color #31259B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31259B is #CEDA64. Grayscale: #353535. Windows color (decimal): -13556325 or 10167601. OLE color: 10167601.

HSL color Cylindrical-coordinate representation of color #31259B: hue angle of 246.1º degrees, saturation: 0.61, 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 #31259B is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 37 155 -
CMYK 0.68 0.76 0 0.39
HSL 246.1º 0.61% 0.38% -
HSV(B) 246.1º 0.76% 0.61% -
XYZ 7.84 4.34 31.44 -
YUV 54.04 184.98 124.41 -
System Red Green Blue C M Y K H S L
Decimal 49 37 155 0.68 0.76 0 0.39 246.1 0.61 0.38
Hex 31 25 9B 44 4C 0 27 F6 3D 26
Octal 61 45 233 104 114 0 47 366 75 46
Binary 110001 100101 10011011 1000100 1001100 0 100111 11110110 111101 100110

Color Harmonies of #31259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31259B

Black with #31259B

Text Example


Text Example

White with #31259B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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