Html Css Color HEX #470160 Indigo

📋 copy color: '#470160'

red 71 ◦ green 1 ◦ blue 96

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

Shades of Indigo #470160

Tints of Indigo #470160

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 42.26%
G = 0.6%
B = 57.14%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#470160 (or 0x470160) is known color: Indigo. HEX triplet: 47, 01 and 60. RGB value is (71,1,96). Sum of RGB (Red+Green+Blue) = 71+1+96=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 96 (37.89% from 255 or 57.14% from 168); Max value from RGB is 96 - color contains mainly: blue. Hex color #470160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470160 is #B8FE9F. Grayscale: #202020. Windows color (decimal): -12123808 or 6291783. OLE color: 6291783.

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

Color convert

RGB 71 1 96 -
CMYK 0.26 0.99 0 0.62
HSL 284.21º 0.98% 0.19% -
HSV(B) 284.21º 0.99% 0.38% -
XYZ 4.72 2.21 11.24 -
YUV 32.76 163.69 155.28 -
System Red Green Blue C M Y K H S L
Decimal 71 1 96 0.26 0.99 0 0.62 284.21 0.98 0.19
Hex 47 1 60 1A 63 0 3E 11C 62 13
Octal 107 1 140 32 143 0 76 434 142 23
Binary 1000111 1 1100000 11010 1100011 0 111110 100011100 1100010 10011

Color Harmonies of #470160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470160

Black with #470160

Text Example


Text Example

White with #470160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470160; }

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

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

background-color css

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

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

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

border-color css

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

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

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