Html Css Color HEX #470190 Indigo

📋 copy color: '#470190'

red 71 ◦ green 1 ◦ blue 144

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

Shades of Indigo #470190

Tints of Indigo #470190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 144 (56.64% from 255) = 66.67%

R = 32.87%
G = 0.46%
B = 66.67%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#470190 (or 0x470190) is known color: Indigo. HEX triplet: 47, 01 and 90. RGB value is (71,1,144). Sum of RGB (Red+Green+Blue) = 71+1+144=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 144 (56.64% from 255 or 66.67% from 216); Max value from RGB is 144 - color contains mainly: blue. Hex color #470190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470190 is #B8FE6F. Grayscale: #252525. Windows color (decimal): -12123760 or 9437511. OLE color: 9437511.

HSL color Cylindrical-coordinate representation of color #470190: hue angle of 269.37º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #470190 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 1 144 -
CMYK 0.51 0.99 0 0.44
HSL 269.37º 0.99% 0.28% -
HSV(B) 269.37º 0.99% 0.56% -
XYZ 7.64 3.37 26.63 -
YUV 38.23 187.69 151.37 -
System Red Green Blue C M Y K H S L
Decimal 71 1 144 0.51 0.99 0 0.44 269.37 0.99 0.28
Hex 47 1 90 33 63 0 2C 10D 63 1C
Octal 107 1 220 63 143 0 54 415 143 34
Binary 1000111 1 10010000 110011 1100011 0 101100 100001101 1100011 11100

Color Harmonies of #470190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470190

Black with #470190

Text Example


Text Example

White with #470190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470190; }

 p { color: rgb(71,1,144); }

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

background-color css

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

 a { background-color: rgb(71,1,144); }

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

border-color css

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

 span { border-color: rgb(71,1,144); }

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