Html Css Color HEX #470097 Indigo

📋 copy color: '#470097'

red 71 ◦ green 0 ◦ blue 151

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

Shades of Indigo #470097

Tints of Indigo #470097

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 31.98%
G = 0%
B = 68.02%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#470097 (or 0x470097) is known color: Indigo. HEX triplet: 47, 00 and 97. RGB value is (71,0,151). Sum of RGB (Red+Green+Blue) = 71+0+151=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 151 (59.38% from 255 or 68.02% from 222); Max value from RGB is 151 - color contains mainly: blue. Hex color #470097 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470097 is #B8FF68. Grayscale: #252525. Windows color (decimal): -12124009 or 9896007. OLE color: 9896007.

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

Color convert

RGB 71 0 151 -
CMYK 0.53 1 0 0.41
HSL 268.21º 1% 0.3% -
HSV(B) 268.21º 1% 0.59% -
XYZ 8.18 3.57 29.54 -
YUV 38.44 191.52 151.22 -
System Red Green Blue C M Y K H S L
Decimal 71 0 151 0.53 1 0 0.41 268.21 1 0.3
Hex 47 0 97 35 64 0 29 10C 64 1E
Octal 107 0 227 65 144 0 51 414 144 36
Binary 1000111 0 10010111 110101 1100100 0 101001 100001100 1100100 11110

Color Harmonies of #470097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470097

Black with #470097

Text Example


Text Example

White with #470097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470097; }

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

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

background-color css

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

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

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

border-color css

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

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

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