Html Css Color HEX #31119F Persian Indigo

📋 copy color: '#31119F'

red 49 ◦ green 17 ◦ blue 159

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

Shades of Persian Indigo #31119F

Tints of Persian Indigo #31119F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.56%

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

R = 21.78%
G = 7.56%
B = 70.67%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31119F (or 0x31119F) is known color: Persian Indigo. HEX triplet: 31, 11 and 9F. RGB value is (49,17,159). Sum of RGB (Red+Green+Blue) = 49+17+159=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 159 (62.5% from 255 or 70.67% from 225); Max value from RGB is 159 - color contains mainly: blue. Hex color #31119F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31119F is #CEEE60. Grayscale: #2A2A2A. Windows color (decimal): -13561441 or 10424625. OLE color: 10424625.

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

Color convert

RGB 49 17 159 -
CMYK 0.69 0.89 0 0.38
HSL 253.52º 0.81% 0.35% -
HSV(B) 253.52º 0.89% 0.62% -
XYZ 7.73 3.56 33.08 -
YUV 42.76 193.6 132.45 -
System Red Green Blue C M Y K H S L
Decimal 49 17 159 0.69 0.89 0 0.38 253.52 0.81 0.35
Hex 31 11 9F 45 59 0 26 FE 51 23
Octal 61 21 237 105 131 0 46 376 121 43
Binary 110001 10001 10011111 1000101 1011001 0 100110 11111110 1010001 100011

Color Harmonies of #31119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31119F

Black with #31119F

Text Example


Text Example

White with #31119F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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