Html Css Color HEX #31196D Persian Indigo

📋 copy color: '#31196D'

red 49 ◦ green 25 ◦ blue 109

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

Shades of Persian Indigo #31196D

Tints of Persian Indigo #31196D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.66%

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

R = 26.78%
G = 13.66%
B = 59.56%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#31196D (or 0x31196D) is known color: Persian Indigo. HEX triplet: 31, 19 and 6D. RGB value is (49,25,109). Sum of RGB (Red+Green+Blue) = 49+25+109=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 109 (42.97% from 255 or 59.56% from 183); Max value from RGB is 109 - color contains mainly: blue. Hex color #31196D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31196D is #CEE692. Grayscale: #292929. Windows color (decimal): -13559443 or 7149873. OLE color: 7149873.

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

Color convert

RGB 49 25 109 -
CMYK 0.55 0.77 0 0.57
HSL 257.14º 0.63% 0.26% -
HSV(B) 257.14º 0.77% 0.43% -
XYZ 4.37 2.45 14.71 -
YUV 41.75 165.95 133.17 -
System Red Green Blue C M Y K H S L
Decimal 49 25 109 0.55 0.77 0 0.57 257.14 0.63 0.26
Hex 31 19 6D 37 4D 0 39 101 3F 1A
Octal 61 31 155 67 115 0 71 401 77 32
Binary 110001 11001 1101101 110111 1001101 0 111001 100000001 111111 11010

Color Harmonies of #31196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31196D

Black with #31196D

Text Example


Text Example

White with #31196D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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