Html Css Color HEX #31116F Persian Indigo

📋 copy color: '#31116F'

red 49 ◦ green 17 ◦ blue 111

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

Shades of Persian Indigo #31116F

Tints of Persian Indigo #31116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 62.71%

R = 27.68%
G = 9.6%
B = 62.71%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#31116F (or 0x31116F) is known color: Persian Indigo. HEX triplet: 31, 11 and 6F. RGB value is (49,17,111). Sum of RGB (Red+Green+Blue) = 49+17+111=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 111 (43.75% from 255 or 62.71% from 177); Max value from RGB is 111 - color contains mainly: blue. Hex color #31116F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31116F is #CEEE90. Grayscale: #242424. Windows color (decimal): -13561489 or 7278897. OLE color: 7278897.

HSL color Cylindrical-coordinate representation of color #31116F: hue angle of 260.43º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #31116F is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 17 111 -
CMYK 0.56 0.85 0 0.56
HSL 260.43º 0.73% 0.25% -
HSV(B) 260.43º 0.85% 0.44% -
XYZ 4.34 2.2 15.24 -
YUV 37.28 169.6 136.36 -
System Red Green Blue C M Y K H S L
Decimal 49 17 111 0.56 0.85 0 0.56 260.43 0.73 0.25
Hex 31 11 6F 38 55 0 38 104 49 19
Octal 61 21 157 70 125 0 70 404 111 31
Binary 110001 10001 1101111 111000 1010101 0 111000 100000100 1001001 11001

Color Harmonies of #31116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31116F

Black with #31116F

Text Example


Text Example

White with #31116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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