Html Css Color HEX #470073 Indigo

📋 copy color: '#470073'

red 71 ◦ green 0 ◦ blue 115

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

Shades of Indigo #470073

Tints of Indigo #470073

RGB

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

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

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

R = 38.17%
G = 0%
B = 61.83%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#470073 (or 0x470073) is known color: Indigo. HEX triplet: 47, 00 and 73. RGB value is (71,0,115). Sum of RGB (Red+Green+Blue) = 71+0+115=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 115 (45.31% from 255 or 61.83% from 186); Max value from RGB is 115 - color contains mainly: blue. Hex color #470073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470073 is #B8FF8C. Grayscale: #212121. Windows color (decimal): -12124045 or 7536711. OLE color: 7536711.

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

Color convert

RGB 71 0 115 -
CMYK 0.38 1 0 0.55
HSL 277.04º 1% 0.23% -
HSV(B) 277.04º 1% 0.45% -
XYZ 5.69 2.58 16.42 -
YUV 34.34 173.52 154.15 -
System Red Green Blue C M Y K H S L
Decimal 71 0 115 0.38 1 0 0.55 277.04 1 0.23
Hex 47 0 73 26 64 0 37 115 64 17
Octal 107 0 163 46 144 0 67 425 144 27
Binary 1000111 0 1110011 100110 1100100 0 110111 100010101 1100100 10111

Color Harmonies of #470073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470073

Black with #470073

Text Example


Text Example

White with #470073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470073; }

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

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

background-color css

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

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

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

border-color css

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

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

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