Html Css Color HEX #470C72 Indigo

📋 copy color: '#470C72'

red 71 ◦ green 12 ◦ blue 114

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

Shades of Indigo #470C72

Tints of Indigo #470C72

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.09%

 BLUE value IS 114 (44.92% from 255) = 57.87%

R = 36.04%
G = 6.09%
B = 57.87%

CMYK

 C value IS 0.38

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#470C72 (or 0x470C72) is known color: Indigo. HEX triplet: 47, 0C and 72. RGB value is (71,12,114). Sum of RGB (Red+Green+Blue) = 71+12+114=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #470C72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470C72 is #B8F38D. Grayscale: #282828. Windows color (decimal): -12120974 or 7474247. OLE color: 7474247.

HSL color Cylindrical-coordinate representation of color #470C72: hue angle of 274.71º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #470C72 is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 12 114 -
CMYK 0.38 0.89 0 0.55
HSL 274.71º 0.81% 0.25% -
HSV(B) 274.71º 0.89% 0.45% -
XYZ 5.77 2.82 16.16 -
YUV 41.27 169.05 149.21 -
System Red Green Blue C M Y K H S L
Decimal 71 12 114 0.38 0.89 0 0.55 274.71 0.81 0.25
Hex 47 C 72 26 59 0 37 113 51 19
Octal 107 14 162 46 131 0 67 423 121 31
Binary 1000111 1100 1110010 100110 1011001 0 110111 100010011 1010001 11001

Color Harmonies of #470C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470C72

Black with #470C72

Text Example


Text Example

White with #470C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,12,114); }

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

background-color css

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

 a { background-color: rgb(71,12,114); }

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

border-color css

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

 span { border-color: rgb(71,12,114); }

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