Html Css Color HEX #31116D Persian Indigo

📋 copy color: '#31116D'

red 49 ◦ green 17 ◦ blue 109

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

Shades of Persian Indigo #31116D

Tints of Persian Indigo #31116D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 62.29%

R = 28%
G = 9.71%
B = 62.29%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#31116D (or 0x31116D) is known color: Persian Indigo. HEX triplet: 31, 11 and 6D. RGB value is (49,17,109). Sum of RGB (Red+Green+Blue) = 49+17+109=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 109 (42.97% from 255 or 62.29% from 175); Max value from RGB is 109 - color contains mainly: blue. Hex color #31116D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31116D is #CEEE92. Grayscale: #242424. Windows color (decimal): -13561491 or 7147825. OLE color: 7147825.

HSL color Cylindrical-coordinate representation of color #31116D: hue angle of 260.87º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #31116D is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 17 109 -
CMYK 0.55 0.84 0 0.57
HSL 260.87º 0.73% 0.25% -
HSV(B) 260.87º 0.84% 0.43% -
XYZ 4.23 2.16 14.66 -
YUV 37.06 168.6 136.52 -
System Red Green Blue C M Y K H S L
Decimal 49 17 109 0.55 0.84 0 0.57 260.87 0.73 0.25
Hex 31 11 6D 37 54 0 39 105 49 19
Octal 61 21 155 67 124 0 71 405 111 31
Binary 110001 10001 1101101 110111 1010100 0 111001 100000101 1001001 11001

Color Harmonies of #31116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31116D

Black with #31116D

Text Example


Text Example

White with #31116D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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