Html Css Color HEX #31139F Persian Indigo

📋 copy color: '#31139F'

red 49 ◦ green 19 ◦ blue 159

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

Shades of Persian Indigo #31139F

Tints of Persian Indigo #31139F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.37%

 BLUE value IS 159 (62.5% from 255) = 70.04%

R = 21.59%
G = 8.37%
B = 70.04%

CMYK

 C value IS 0.69

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31139F (or 0x31139F) is known color: Persian Indigo. HEX triplet: 31, 13 and 9F. RGB value is (49,19,159). Sum of RGB (Red+Green+Blue) = 49+19+159=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 159 (62.5% from 255 or 70.04% from 227); Max value from RGB is 159 - color contains mainly: blue. Hex color #31139F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31139F is #CEEC60. Grayscale: #2B2B2B. Windows color (decimal): -13560929 or 10425137. OLE color: 10425137.

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

Color convert

RGB 49 19 159 -
CMYK 0.69 0.88 0 0.38
HSL 252.86º 0.79% 0.35% -
HSV(B) 252.86º 0.88% 0.62% -
XYZ 7.76 3.62 33.09 -
YUV 43.93 192.94 131.62 -
System Red Green Blue C M Y K H S L
Decimal 49 19 159 0.69 0.88 0 0.38 252.86 0.79 0.35
Hex 31 13 9F 45 58 0 26 FD 4F 23
Octal 61 23 237 105 130 0 46 375 117 43
Binary 110001 10011 10011111 1000101 1011000 0 100110 11111101 1001111 100011

Color Harmonies of #31139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31139F

Black with #31139F

Text Example


Text Example

White with #31139F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31139F; }

 p { color: rgb(49,19,159); }

 H1.HeaderClassName
 {
   color: #31139F;
 }
 .AnyTagClassName
 {
   color: #31139F;
 }
</style>

background-color css

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

 a { background-color: rgb(49,19,159); }

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

border-color css

<style>
 span { border-color: #31139F; }

 span { border-color: rgb(49,19,159); }

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