Html Css Color HEX #312097 Persian Indigo

📋 copy color: '#312097'

red 49 ◦ green 32 ◦ blue 151

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

Shades of Persian Indigo #312097

Tints of Persian Indigo #312097

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.79%

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

R = 21.12%
G = 13.79%
B = 65.09%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#312097 (or 0x312097) is known color: Persian Indigo. HEX triplet: 31, 20 and 97. RGB value is (49,32,151). Sum of RGB (Red+Green+Blue) = 49+32+151=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 151 (59.38% from 255 or 65.09% from 232); Max value from RGB is 151 - color contains mainly: blue. Hex color #312097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312097 is #CEDF68. Grayscale: #323232. Windows color (decimal): -13557609 or 9904177. OLE color: 9904177.

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

Color convert

RGB 49 32 151 -
CMYK 0.68 0.79 0 0.41
HSL 248.57º 0.65% 0.36% -
HSV(B) 248.57º 0.79% 0.59% -
XYZ 7.37 3.92 29.65 -
YUV 50.65 184.63 126.82 -
System Red Green Blue C M Y K H S L
Decimal 49 32 151 0.68 0.79 0 0.41 248.57 0.65 0.36
Hex 31 20 97 44 4F 0 29 F9 41 24
Octal 61 40 227 104 117 0 51 371 101 44
Binary 110001 100000 10010111 1000100 1001111 0 101001 11111001 1000001 100100

Color Harmonies of #312097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312097

Black with #312097

Text Example


Text Example

White with #312097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312097; }

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

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

background-color css

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

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

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

border-color css

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

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

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