Html Css Color HEX #470076 Indigo

📋 copy color: '#470076'

red 71 ◦ green 0 ◦ blue 118

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

Shades of Indigo #470076

Tints of Indigo #470076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 37.57%
G = 0%
B = 62.43%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#470076 (or 0x470076) is known color: Indigo. HEX triplet: 47, 00 and 76. RGB value is (71,0,118). Sum of RGB (Red+Green+Blue) = 71+0+118=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 118 (46.48% from 255 or 62.43% from 189); Max value from RGB is 118 - color contains mainly: blue. Hex color #470076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470076 is #B8FF89. Grayscale: #222222. Windows color (decimal): -12124042 or 7733319. OLE color: 7733319.

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

Color convert

RGB 71 0 118 -
CMYK 0.40 1 0 0.54
HSL 276.1º 1% 0.23% -
HSV(B) 276.1º 1% 0.46% -
XYZ 5.87 2.65 17.34 -
YUV 34.68 175.02 153.91 -
System Red Green Blue C M Y K H S L
Decimal 71 0 118 0.40 1 0 0.54 276.1 1 0.23
Hex 47 0 76 28 64 0 36 114 64 17
Octal 107 0 166 50 144 0 66 424 144 27
Binary 1000111 0 1110110 101000 1100100 0 110110 100010100 1100100 10111

Color Harmonies of #470076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470076

Black with #470076

Text Example


Text Example

White with #470076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470076; }

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

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

background-color css

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

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

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

border-color css

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

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

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