Html Css Color HEX #31139D Persian Indigo

📋 copy color: '#31139D'

red 49 ◦ green 19 ◦ blue 157

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

Shades of Persian Indigo #31139D

Tints of Persian Indigo #31139D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 69.78%

R = 21.78%
G = 8.44%
B = 69.78%

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

#31139D (or 0x31139D) is known color: Persian Indigo. HEX triplet: 31, 13 and 9D. RGB value is (49,19,157). Sum of RGB (Red+Green+Blue) = 49+19+157=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 157 (61.72% from 255 or 69.78% from 225); Max value from RGB is 157 - color contains mainly: blue. Hex color #31139D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31139D is #CEEC62. Grayscale: #2B2B2B. Windows color (decimal): -13560931 or 10294065. OLE color: 10294065.

HSL color Cylindrical-coordinate representation of color #31139D: hue angle of 253.04º degrees, saturation: 0.78, 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 #31139D is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 19 157 -
CMYK 0.69 0.88 0 0.38
HSL 253.04º 0.78% 0.35% -
HSV(B) 253.04º 0.88% 0.62% -
XYZ 7.59 3.55 32.18 -
YUV 43.7 191.94 131.78 -
System Red Green Blue C M Y K H S L
Decimal 49 19 157 0.69 0.88 0 0.38 253.04 0.78 0.35
Hex 31 13 9D 45 58 0 26 FD 4E 23
Octal 61 23 235 105 130 0 46 375 116 43
Binary 110001 10011 10011101 1000101 1011000 0 100110 11111101 1001110 100011

Color Harmonies of #31139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31139D

Black with #31139D

Text Example


Text Example

White with #31139D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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