Html Css Color HEX #311997 Persian Indigo

📋 copy color: '#311997'

red 49 ◦ green 25 ◦ blue 151

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

Shades of Persian Indigo #311997

Tints of Persian Indigo #311997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 67.11%

R = 21.78%
G = 11.11%
B = 67.11%

CMYK

 C value IS 0.68

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#311997 (or 0x311997) is known color: Persian Indigo. HEX triplet: 31, 19 and 97. RGB value is (49,25,151). Sum of RGB (Red+Green+Blue) = 49+25+151=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 151 (59.38% from 255 or 67.11% from 225); Max value from RGB is 151 - color contains mainly: blue. Hex color #311997 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311997 is #CEE668. Grayscale: #2E2E2E. Windows color (decimal): -13559401 or 9902385. OLE color: 9902385.

HSL color Cylindrical-coordinate representation of color #311997: hue angle of 251.43º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #311997 is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 25 151 -
CMYK 0.68 0.83 0 0.41
HSL 251.43º 0.72% 0.35% -
HSV(B) 251.43º 0.83% 0.59% -
XYZ 7.2 3.58 29.59 -
YUV 46.54 186.95 129.75 -
System Red Green Blue C M Y K H S L
Decimal 49 25 151 0.68 0.83 0 0.41 251.43 0.72 0.35
Hex 31 19 97 44 53 0 29 FB 48 23
Octal 61 31 227 104 123 0 51 373 110 43
Binary 110001 11001 10010111 1000100 1010011 0 101001 11111011 1001000 100011

Color Harmonies of #311997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311997

Black with #311997

Text Example


Text Example

White with #311997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311997; }

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

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

background-color css

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

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

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

border-color css

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

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

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