Html Css Color HEX #470570 Indigo

📋 copy color: '#470570'

red 71 ◦ green 5 ◦ blue 112

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

Shades of Indigo #470570

Tints of Indigo #470570

RGB

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

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

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

R = 37.77%
G = 2.66%
B = 59.57%

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

#470570 (or 0x470570) is known color: Indigo. HEX triplet: 47, 05 and 70. RGB value is (71,5,112). Sum of RGB (Red+Green+Blue) = 71+5+112=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #470570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470570 is #B8FA8F. Grayscale: #242424. Windows color (decimal): -12122768 or 7341383. OLE color: 7341383.

HSL color Cylindrical-coordinate representation of color #470570: hue angle of 277.01º degrees, saturation: 0.91, 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 #470570 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 5 112 -
CMYK 0.37 0.96 0 0.56
HSL 277.01º 0.91% 0.23% -
HSV(B) 277.01º 0.96% 0.44% -
XYZ 5.58 2.62 15.54 -
YUV 36.93 170.37 152.3 -
System Red Green Blue C M Y K H S L
Decimal 71 5 112 0.37 0.96 0 0.56 277.01 0.91 0.23
Hex 47 5 70 25 60 0 38 115 5B 17
Octal 107 5 160 45 140 0 70 425 133 27
Binary 1000111 101 1110000 100101 1100000 0 111000 100010101 1011011 10111

Color Harmonies of #470570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470570

Black with #470570

Text Example


Text Example

White with #470570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470570; }

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

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

background-color css

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

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

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

border-color css

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

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

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