Html Css Color HEX #470860 Indigo

📋 copy color: '#470860'

red 71 ◦ green 8 ◦ blue 96

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

Shades of Indigo #470860

Tints of Indigo #470860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 54.86%

R = 40.57%
G = 4.57%
B = 54.86%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#470860 (or 0x470860) is known color: Indigo. HEX triplet: 47, 08 and 60. RGB value is (71,8,96). Sum of RGB (Red+Green+Blue) = 71+8+96=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #470860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470860 is #B8F79F. Grayscale: #242424. Windows color (decimal): -12122016 or 6293575. OLE color: 6293575.

HSL color Cylindrical-coordinate representation of color #470860: hue angle of 282.95º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #470860 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 8 96 -
CMYK 0.26 0.92 0 0.62
HSL 282.95º 0.85% 0.2% -
HSV(B) 282.95º 0.92% 0.38% -
XYZ 4.8 2.36 11.27 -
YUV 36.87 161.37 152.34 -
System Red Green Blue C M Y K H S L
Decimal 71 8 96 0.26 0.92 0 0.62 282.95 0.85 0.2
Hex 47 8 60 1A 5C 0 3E 11B 55 14
Octal 107 10 140 32 134 0 76 433 125 24
Binary 1000111 1000 1100000 11010 1011100 0 111110 100011011 1010101 10100

Color Harmonies of #470860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470860

Black with #470860

Text Example


Text Example

White with #470860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470860; }

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

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

background-color css

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

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

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

border-color css

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

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

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