Html Css Color HEX #470573 Indigo

📋 copy color: '#470573'

red 71 ◦ green 5 ◦ blue 115

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

Shades of Indigo #470573

Tints of Indigo #470573

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.62%

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

R = 37.17%
G = 2.62%
B = 60.21%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#470573 (or 0x470573) is known color: Indigo. HEX triplet: 47, 05 and 73. RGB value is (71,5,115). Sum of RGB (Red+Green+Blue) = 71+5+115=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 115 (45.31% from 255 or 60.21% from 191); Max value from RGB is 115 - color contains mainly: blue. Hex color #470573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470573 is #B8FA8C. Grayscale: #242424. Windows color (decimal): -12122765 or 7537991. OLE color: 7537991.

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

Color convert

RGB 71 5 115 -
CMYK 0.38 0.96 0 0.55
HSL 276º 0.92% 0.24% -
HSV(B) 276º 0.96% 0.45% -
XYZ 5.75 2.69 16.44 -
YUV 37.27 171.87 152.06 -
System Red Green Blue C M Y K H S L
Decimal 71 5 115 0.38 0.96 0 0.55 276 0.92 0.24
Hex 47 5 73 26 60 0 37 114 5C 18
Octal 107 5 163 46 140 0 67 424 134 30
Binary 1000111 101 1110011 100110 1100000 0 110111 100010100 1011100 11000

Color Harmonies of #470573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470573

Black with #470573

Text Example


Text Example

White with #470573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470573; }

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

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

background-color css

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

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

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

border-color css

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

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

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