Html Css Color HEX #310897 Persian Indigo

📋 copy color: '#310897'

red 49 ◦ green 8 ◦ blue 151

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

Shades of Persian Indigo #310897

Tints of Persian Indigo #310897

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.85%

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

R = 23.56%
G = 3.85%
B = 72.6%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#310897 (or 0x310897) is known color: Persian Indigo. HEX triplet: 31, 08 and 97. RGB value is (49,8,151). Sum of RGB (Red+Green+Blue) = 49+8+151=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 151 (59.38% from 255 or 72.60% from 208); Max value from RGB is 151 - color contains mainly: blue. Hex color #310897 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310897 is #CEF768. Grayscale: #242424. Windows color (decimal): -13563753 or 9898033. OLE color: 9898033.

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

Color convert

RGB 49 8 151 -
CMYK 0.68 0.95 0 0.41
HSL 257.2º 0.9% 0.31% -
HSV(B) 257.2º 0.95% 0.59% -
XYZ 6.94 3.06 29.5 -
YUV 36.56 192.58 136.87 -
System Red Green Blue C M Y K H S L
Decimal 49 8 151 0.68 0.95 0 0.41 257.2 0.9 0.31
Hex 31 8 97 44 5F 0 29 101 5A 1F
Octal 61 10 227 104 137 0 51 401 132 37
Binary 110001 1000 10010111 1000100 1011111 0 101001 100000001 1011010 11111

Color Harmonies of #310897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310897

Black with #310897

Text Example


Text Example

White with #310897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310897; }

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

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

background-color css

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

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

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

border-color css

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

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

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