Html Css Color HEX #470B76 Indigo

📋 copy color: '#470B76'

red 71 ◦ green 11 ◦ blue 118

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

Shades of Indigo #470B76

Tints of Indigo #470B76

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.5%

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

R = 35.5%
G = 5.5%
B = 59%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#470B76 (or 0x470B76) is known color: Indigo. HEX triplet: 47, 0B and 76. RGB value is (71,11,118). Sum of RGB (Red+Green+Blue) = 71+11+118=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #470B76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470B76 is #B8F489. Grayscale: #282828. Windows color (decimal): -12121226 or 7736135. OLE color: 7736135.

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

Color convert

RGB 71 11 118 -
CMYK 0.40 0.91 0 0.54
HSL 273.64º 0.83% 0.25% -
HSV(B) 273.64º 0.91% 0.46% -
XYZ 5.99 2.89 17.38 -
YUV 41.14 171.38 149.3 -
System Red Green Blue C M Y K H S L
Decimal 71 11 118 0.40 0.91 0 0.54 273.64 0.83 0.25
Hex 47 B 76 28 5B 0 36 112 53 19
Octal 107 13 166 50 133 0 66 422 123 31
Binary 1000111 1011 1110110 101000 1011011 0 110110 100010010 1010011 11001

Color Harmonies of #470B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470B76

Black with #470B76

Text Example


Text Example

White with #470B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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