Html Css Color HEX #470876 Indigo

📋 copy color: '#470876'

red 71 ◦ green 8 ◦ blue 118

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

Shades of Indigo #470876

Tints of Indigo #470876

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.06%

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

R = 36.04%
G = 4.06%
B = 59.9%

CMYK

 C value IS 0.40

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#470876 (or 0x470876) is known color: Indigo. HEX triplet: 47, 08 and 76. RGB value is (71,8,118). Sum of RGB (Red+Green+Blue) = 71+8+118=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #470876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470876 is #B8F789. Grayscale: #272727. Windows color (decimal): -12121994 or 7735367. OLE color: 7735367.

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

Color convert

RGB 71 8 118 -
CMYK 0.40 0.93 0 0.54
HSL 274.36º 0.87% 0.25% -
HSV(B) 274.36º 0.93% 0.46% -
XYZ 5.96 2.82 17.37 -
YUV 39.38 172.37 150.56 -
System Red Green Blue C M Y K H S L
Decimal 71 8 118 0.40 0.93 0 0.54 274.36 0.87 0.25
Hex 47 8 76 28 5D 0 36 112 57 19
Octal 107 10 166 50 135 0 66 422 127 31
Binary 1000111 1000 1110110 101000 1011101 0 110110 100010010 1010111 11001

Color Harmonies of #470876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470876

Black with #470876

Text Example


Text Example

White with #470876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470876; }

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

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

background-color css

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

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

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

border-color css

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

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

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