Html Css Color HEX #470B70 Indigo

📋 copy color: '#470B70'

red 71 ◦ green 11 ◦ blue 112

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

Shades of Indigo #470B70

Tints of Indigo #470B70

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.67%

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

R = 36.6%
G = 5.67%
B = 57.73%

CMYK

 C value IS 0.37

 M value IS 0.90

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#470B70 (or 0x470B70) is known color: Indigo. HEX triplet: 47, 0B and 70. RGB value is (71,11,112). Sum of RGB (Red+Green+Blue) = 71+11+112=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #470B70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470B70 is #B8F48F. Grayscale: #282828. Windows color (decimal): -12121232 or 7342919. OLE color: 7342919.

HSL color Cylindrical-coordinate representation of color #470B70: hue angle of 275.64º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #470B70 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 11 112 -
CMYK 0.37 0.90 0 0.56
HSL 275.64º 0.82% 0.24% -
HSV(B) 275.64º 0.9% 0.44% -
XYZ 5.64 2.75 15.56 -
YUV 40.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 71 11 112 0.37 0.90 0 0.56 275.64 0.82 0.24
Hex 47 B 70 25 5A 0 38 114 52 18
Octal 107 13 160 45 132 0 70 424 122 30
Binary 1000111 1011 1110000 100101 1011010 0 111000 100010100 1010010 11000

Color Harmonies of #470B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470B70

Black with #470B70

Text Example


Text Example

White with #470B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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