Html Css Color HEX #31196C Persian Indigo

📋 copy color: '#31196C'

red 49 ◦ green 25 ◦ blue 108

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

Shades of Persian Indigo #31196C

Tints of Persian Indigo #31196C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 59.34%

R = 26.92%
G = 13.74%
B = 59.34%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#31196C (or 0x31196C) is known color: Persian Indigo. HEX triplet: 31, 19 and 6C. RGB value is (49,25,108). Sum of RGB (Red+Green+Blue) = 49+25+108=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #31196C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31196C is #CEE693. Grayscale: #292929. Windows color (decimal): -13559444 or 7084337. OLE color: 7084337.

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

Color convert

RGB 49 25 108 -
CMYK 0.55 0.77 0 0.58
HSL 257.35º 0.62% 0.26% -
HSV(B) 257.35º 0.77% 0.42% -
XYZ 4.32 2.43 14.43 -
YUV 41.64 165.45 133.25 -
System Red Green Blue C M Y K H S L
Decimal 49 25 108 0.55 0.77 0 0.58 257.35 0.62 0.26
Hex 31 19 6C 37 4D 0 3A 101 3E 1A
Octal 61 31 154 67 115 0 72 401 76 32
Binary 110001 11001 1101100 110111 1001101 0 111010 100000001 111110 11010

Color Harmonies of #31196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31196C

Black with #31196C

Text Example


Text Example

White with #31196C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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