Html Css Color HEX #470897 Indigo

📋 copy color: '#470897'

red 71 ◦ green 8 ◦ blue 151

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

Shades of Indigo #470897

Tints of Indigo #470897

RGB

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

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

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

R = 30.87%
G = 3.48%
B = 65.65%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#470897 (or 0x470897) is known color: Indigo. HEX triplet: 47, 08 and 97. RGB value is (71,8,151). Sum of RGB (Red+Green+Blue) = 71+8+151=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 151 (59.38% from 255 or 65.65% from 230); Max value from RGB is 151 - color contains mainly: blue. Hex color #470897 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470897 is #B8F768. Grayscale: #2A2A2A. Windows color (decimal): -12121961 or 9898055. OLE color: 9898055.

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

Color convert

RGB 71 8 151 -
CMYK 0.53 0.95 0 0.41
HSL 266.43º 0.9% 0.31% -
HSV(B) 266.43º 0.95% 0.59% -
XYZ 8.27 3.75 29.57 -
YUV 43.14 188.87 147.87 -
System Red Green Blue C M Y K H S L
Decimal 71 8 151 0.53 0.95 0 0.41 266.43 0.9 0.31
Hex 47 8 97 35 5F 0 29 10A 5A 1F
Octal 107 10 227 65 137 0 51 412 132 37
Binary 1000111 1000 10010111 110101 1011111 0 101001 100001010 1011010 11111

Color Harmonies of #470897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470897

Black with #470897

Text Example


Text Example

White with #470897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470897; }

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

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

background-color css

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

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

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

border-color css

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

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

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