Html Css Color HEX #470474 Indigo

📋 copy color: '#470474'

red 71 ◦ green 4 ◦ blue 116

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

Shades of Indigo #470474

Tints of Indigo #470474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 60.73%

R = 37.17%
G = 2.09%
B = 60.73%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#470474 (or 0x470474) is known color: Indigo. HEX triplet: 47, 04 and 74. RGB value is (71,4,116). Sum of RGB (Red+Green+Blue) = 71+4+116=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 116 (45.70% from 255 or 60.73% from 191); Max value from RGB is 116 - color contains mainly: blue. Hex color #470474 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470474 is #B8FB8B. Grayscale: #242424. Windows color (decimal): -12123020 or 7603271. OLE color: 7603271.

HSL color Cylindrical-coordinate representation of color #470474: hue angle of 275.89º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #470474 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 4 116 -
CMYK 0.39 0.97 0 0.55
HSL 275.89º 0.93% 0.24% -
HSV(B) 275.89º 0.97% 0.45% -
XYZ 5.79 2.69 16.74 -
YUV 36.8 172.7 152.39 -
System Red Green Blue C M Y K H S L
Decimal 71 4 116 0.39 0.97 0 0.55 275.89 0.93 0.24
Hex 47 4 74 27 61 0 37 114 5D 18
Octal 107 4 164 47 141 0 67 424 135 30
Binary 1000111 100 1110100 100111 1100001 0 110111 100010100 1011101 11000

Color Harmonies of #470474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470474

Black with #470474

Text Example


Text Example

White with #470474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470474; }

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

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

background-color css

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

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

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

border-color css

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

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

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