Html Css Color HEX #470560 Indigo

📋 copy color: '#470560'

red 71 ◦ green 5 ◦ blue 96

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

Shades of Indigo #470560

Tints of Indigo #470560

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.91%

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

R = 41.28%
G = 2.91%
B = 55.81%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#470560 (or 0x470560) is known color: Indigo. HEX triplet: 47, 05 and 60. RGB value is (71,5,96). Sum of RGB (Red+Green+Blue) = 71+5+96=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #470560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470560 is #B8FA9F. Grayscale: #222222. Windows color (decimal): -12122784 or 6292807. OLE color: 6292807.

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

Color convert

RGB 71 5 96 -
CMYK 0.26 0.95 0 0.62
HSL 283.52º 0.9% 0.2% -
HSV(B) 283.52º 0.95% 0.38% -
XYZ 4.76 2.29 11.26 -
YUV 35.11 162.37 153.6 -
System Red Green Blue C M Y K H S L
Decimal 71 5 96 0.26 0.95 0 0.62 283.52 0.9 0.2
Hex 47 5 60 1A 5F 0 3E 11C 5A 14
Octal 107 5 140 32 137 0 76 434 132 24
Binary 1000111 101 1100000 11010 1011111 0 111110 100011100 1011010 10100

Color Harmonies of #470560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470560

Black with #470560

Text Example


Text Example

White with #470560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470560; }

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

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

background-color css

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

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

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

border-color css

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

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

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