Html Css Color HEX #310197 Persian Indigo

📋 copy color: '#310197'

red 49 ◦ green 1 ◦ blue 151

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

Shades of Persian Indigo #310197

Tints of Persian Indigo #310197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 24.38%
G = 0.5%
B = 75.12%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#310197 (or 0x310197) is known color: Persian Indigo. HEX triplet: 31, 01 and 97. RGB value is (49,1,151). Sum of RGB (Red+Green+Blue) = 49+1+151=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 151 (59.38% from 255 or 75.12% from 201); Max value from RGB is 151 - color contains mainly: blue. Hex color #310197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310197 is #CEFE68. Grayscale: #1F1F1F. Windows color (decimal): -13565545 or 9896241. OLE color: 9896241.

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

Color convert

RGB 49 1 151 -
CMYK 0.68 0.99 0 0.41
HSL 259.2º 0.99% 0.3% -
HSV(B) 259.2º 0.99% 0.59% -
XYZ 6.86 2.91 29.48 -
YUV 32.45 194.9 139.8 -
System Red Green Blue C M Y K H S L
Decimal 49 1 151 0.68 0.99 0 0.41 259.2 0.99 0.3
Hex 31 1 97 44 63 0 29 103 63 1E
Octal 61 1 227 104 143 0 51 403 143 36
Binary 110001 1 10010111 1000100 1100011 0 101001 100000011 1100011 11110

Color Harmonies of #310197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310197

Black with #310197

Text Example


Text Example

White with #310197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310197; }

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

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

background-color css

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

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

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

border-color css

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

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

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