Html Css Color HEX #470373 Indigo

📋 copy color: '#470373'

red 71 ◦ green 3 ◦ blue 115

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

Shades of Indigo #470373

Tints of Indigo #470373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.59%

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

R = 37.57%
G = 1.59%
B = 60.85%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#470373 (or 0x470373) is known color: Indigo. HEX triplet: 47, 03 and 73. RGB value is (71,3,115). Sum of RGB (Red+Green+Blue) = 71+3+115=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 115 (45.31% from 255 or 60.85% from 189); Max value from RGB is 115 - color contains mainly: blue. Hex color #470373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470373 is #B8FC8C. Grayscale: #232323. Windows color (decimal): -12123277 or 7537479. OLE color: 7537479.

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

Color convert

RGB 71 3 115 -
CMYK 0.38 0.97 0 0.55
HSL 276.43º 0.95% 0.23% -
HSV(B) 276.43º 0.97% 0.45% -
XYZ 5.73 2.64 16.43 -
YUV 36.1 172.53 152.89 -
System Red Green Blue C M Y K H S L
Decimal 71 3 115 0.38 0.97 0 0.55 276.43 0.95 0.23
Hex 47 3 73 26 61 0 37 114 5F 17
Octal 107 3 163 46 141 0 67 424 137 27
Binary 1000111 11 1110011 100110 1100001 0 110111 100010100 1011111 10111

Color Harmonies of #470373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470373

Black with #470373

Text Example


Text Example

White with #470373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470373; }

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

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

background-color css

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

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

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

border-color css

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

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

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