Html Css Color HEX #470273 Indigo

📋 copy color: '#470273'

red 71 ◦ green 2 ◦ blue 115

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

Shades of Indigo #470273

Tints of Indigo #470273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

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

R = 37.77%
G = 1.06%
B = 61.17%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#470273 (or 0x470273) is known color: Indigo. HEX triplet: 47, 02 and 73. RGB value is (71,2,115). Sum of RGB (Red+Green+Blue) = 71+2+115=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 115 (45.31% from 255 or 61.17% from 188); Max value from RGB is 115 - color contains mainly: blue. Hex color #470273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470273 is #B8FD8C. Grayscale: #232323. Windows color (decimal): -12123533 or 7537223. OLE color: 7537223.

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

Color convert

RGB 71 2 115 -
CMYK 0.38 0.98 0 0.55
HSL 276.64º 0.97% 0.23% -
HSV(B) 276.64º 0.98% 0.45% -
XYZ 5.71 2.62 16.42 -
YUV 35.51 172.86 153.31 -
System Red Green Blue C M Y K H S L
Decimal 71 2 115 0.38 0.98 0 0.55 276.64 0.97 0.23
Hex 47 2 73 26 62 0 37 115 61 17
Octal 107 2 163 46 142 0 67 425 141 27
Binary 1000111 10 1110011 100110 1100010 0 110111 100010101 1100001 10111

Color Harmonies of #470273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470273

Black with #470273

Text Example


Text Example

White with #470273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470273; }

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

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

background-color css

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

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

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

border-color css

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

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

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