Html Css Color HEX #470576 Indigo

📋 copy color: '#470576'

red 71 ◦ green 5 ◦ blue 118

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

Shades of Indigo #470576

Tints of Indigo #470576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 60.82%

R = 36.6%
G = 2.58%
B = 60.82%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#470576 (or 0x470576) is known color: Indigo. HEX triplet: 47, 05 and 76. RGB value is (71,5,118). Sum of RGB (Red+Green+Blue) = 71+5+118=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #470576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470576 is #B8FA89. Grayscale: #252525. Windows color (decimal): -12122762 or 7734599. OLE color: 7734599.

HSL color Cylindrical-coordinate representation of color #470576: hue angle of 275.04º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #470576 is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 5 118 -
CMYK 0.40 0.96 0 0.54
HSL 275.04º 0.92% 0.24% -
HSV(B) 275.04º 0.96% 0.46% -
XYZ 5.92 2.76 17.36 -
YUV 37.62 173.37 151.81 -
System Red Green Blue C M Y K H S L
Decimal 71 5 118 0.40 0.96 0 0.54 275.04 0.92 0.24
Hex 47 5 76 28 60 0 36 113 5C 18
Octal 107 5 166 50 140 0 66 423 134 30
Binary 1000111 101 1110110 101000 1100000 0 110110 100010011 1011100 11000

Color Harmonies of #470576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470576

Black with #470576

Text Example


Text Example

White with #470576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470576; }

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

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

background-color css

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

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

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

border-color css

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

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

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