Html Css Color HEX #470470 Indigo

📋 copy color: '#470470'

red 71 ◦ green 4 ◦ blue 112

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

Shades of Indigo #470470

Tints of Indigo #470470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.14%

 BLUE value IS 112 (44.14% from 255) = 59.89%

R = 37.97%
G = 2.14%
B = 59.89%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#470470 (or 0x470470) is known color: Indigo. HEX triplet: 47, 04 and 70. RGB value is (71,4,112). Sum of RGB (Red+Green+Blue) = 71+4+112=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 112 (44.14% from 255 or 59.89% from 187); Max value from RGB is 112 - color contains mainly: blue. Hex color #470470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470470 is #B8FB8F. Grayscale: #232323. Windows color (decimal): -12123024 or 7341127. OLE color: 7341127.

HSL color Cylindrical-coordinate representation of color #470470: hue angle of 277.22º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #470470 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 4 112 -
CMYK 0.37 0.96 0 0.56
HSL 277.22º 0.93% 0.23% -
HSV(B) 277.22º 0.96% 0.44% -
XYZ 5.57 2.6 15.54 -
YUV 36.35 170.7 152.72 -
System Red Green Blue C M Y K H S L
Decimal 71 4 112 0.37 0.96 0 0.56 277.22 0.93 0.23
Hex 47 4 70 25 60 0 38 115 5D 17
Octal 107 4 160 45 140 0 70 425 135 27
Binary 1000111 100 1110000 100101 1100000 0 111000 100010101 1011101 10111

Color Harmonies of #470470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470470

Black with #470470

Text Example


Text Example

White with #470470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470470; }

 p { color: rgb(71,4,112); }

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

background-color css

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

 a { background-color: rgb(71,4,112); }

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

border-color css

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

 span { border-color: rgb(71,4,112); }

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