Html Css Color HEX #471997 Persian Indigo

📋 copy color: '#471997'

red 71 ◦ green 25 ◦ blue 151

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

Shades of Persian Indigo #471997

Tints of Persian Indigo #471997

RGB

 RED value IS 71 (28.13% from 255) = 28.74%

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

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

R = 28.74%
G = 10.12%
B = 61.13%

CMYK

 C value IS 0.53

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#471997 (or 0x471997) is known color: Persian Indigo. HEX triplet: 47, 19 and 97. RGB value is (71,25,151). Sum of RGB (Red+Green+Blue) = 71+25+151=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 151 (59.38% from 255 or 61.13% from 247); Max value from RGB is 151 - color contains mainly: blue. Hex color #471997 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471997 is #B8E668. Grayscale: #343434. Windows color (decimal): -12117609 or 9902407. OLE color: 9902407.

HSL color Cylindrical-coordinate representation of color #471997: hue angle of 261.9º 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 #471997 is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 25 151 -
CMYK 0.53 0.83 0 0.41
HSL 261.9º 0.72% 0.35% -
HSV(B) 261.9º 0.83% 0.59% -
XYZ 8.53 4.27 29.65 -
YUV 53.12 183.24 140.75 -
System Red Green Blue C M Y K H S L
Decimal 71 25 151 0.53 0.83 0 0.41 261.9 0.72 0.35
Hex 47 19 97 35 53 0 29 106 48 23
Octal 107 31 227 65 123 0 51 406 110 43
Binary 1000111 11001 10010111 110101 1010011 0 101001 100000110 1001000 100011

Color Harmonies of #471997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471997

Black with #471997

Text Example


Text Example

White with #471997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471997; }

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

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

background-color css

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

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

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

border-color css

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

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

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