Html Css Color HEX #31119B Persian Indigo

📋 copy color: '#31119B'

red 49 ◦ green 17 ◦ blue 155

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

Shades of Persian Indigo #31119B

Tints of Persian Indigo #31119B

RGB

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

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

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

R = 22.17%
G = 7.69%
B = 70.14%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31119B (or 0x31119B) is known color: Persian Indigo. HEX triplet: 31, 11 and 9B. RGB value is (49,17,155). Sum of RGB (Red+Green+Blue) = 49+17+155=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 155 (60.94% from 255 or 70.14% from 221); Max value from RGB is 155 - color contains mainly: blue. Hex color #31119B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31119B is #CEEE64. Grayscale: #292929. Windows color (decimal): -13561445 or 10162481. OLE color: 10162481.

HSL color Cylindrical-coordinate representation of color #31119B: hue angle of 253.91º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #31119B is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 17 155 -
CMYK 0.68 0.89 0 0.39
HSL 253.91º 0.8% 0.34% -
HSV(B) 253.91º 0.89% 0.61% -
XYZ 7.38 3.42 31.28 -
YUV 42.3 191.6 132.78 -
System Red Green Blue C M Y K H S L
Decimal 49 17 155 0.68 0.89 0 0.39 253.91 0.8 0.34
Hex 31 11 9B 44 59 0 27 FE 50 22
Octal 61 21 233 104 131 0 47 376 120 42
Binary 110001 10001 10011011 1000100 1011001 0 100111 11111110 1010000 100010

Color Harmonies of #31119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31119B

Black with #31119B

Text Example


Text Example

White with #31119B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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