Html Css Color HEX #470B73 Indigo

📋 copy color: '#470B73'

red 71 ◦ green 11 ◦ blue 115

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

Shades of Indigo #470B73

Tints of Indigo #470B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 58.38%

R = 36.04%
G = 5.58%
B = 58.38%

CMYK

 C value IS 0.38

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#470B73 (or 0x470B73) is known color: Indigo. HEX triplet: 47, 0B and 73. RGB value is (71,11,115). Sum of RGB (Red+Green+Blue) = 71+11+115=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #470B73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470B73 is #B8F48C. Grayscale: #282828. Windows color (decimal): -12121229 or 7539527. OLE color: 7539527.

HSL color Cylindrical-coordinate representation of color #470B73: hue angle of 274.62º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #470B73 is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 11 115 -
CMYK 0.38 0.90 0 0.55
HSL 274.62º 0.83% 0.25% -
HSV(B) 274.62º 0.9% 0.45% -
XYZ 5.81 2.82 16.46 -
YUV 40.8 169.88 149.54 -
System Red Green Blue C M Y K H S L
Decimal 71 11 115 0.38 0.90 0 0.55 274.62 0.83 0.25
Hex 47 B 73 26 5A 0 37 113 53 19
Octal 107 13 163 46 132 0 67 423 123 31
Binary 1000111 1011 1110011 100110 1011010 0 110111 100010011 1010011 11001

Color Harmonies of #470B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470B73

Black with #470B73

Text Example


Text Example

White with #470B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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