Html Css Color HEX #470191 Indigo

📋 copy color: '#470191'

red 71 ◦ green 1 ◦ blue 145

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

Shades of Indigo #470191

Tints of Indigo #470191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 66.82%

R = 32.72%
G = 0.46%
B = 66.82%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#470191 (or 0x470191) is known color: Indigo. HEX triplet: 47, 01 and 91. RGB value is (71,1,145). Sum of RGB (Red+Green+Blue) = 71+1+145=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 145 (57.03% from 255 or 66.82% from 217); Max value from RGB is 145 - color contains mainly: blue. Hex color #470191 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470191 is #B8FE6E. Grayscale: #252525. Windows color (decimal): -12123759 or 9503047. OLE color: 9503047.

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

Color convert

RGB 71 1 145 -
CMYK 0.51 0.99 0 0.43
HSL 269.17º 0.99% 0.29% -
HSV(B) 269.17º 0.99% 0.57% -
XYZ 7.72 3.41 27.04 -
YUV 38.35 188.19 151.29 -
System Red Green Blue C M Y K H S L
Decimal 71 1 145 0.51 0.99 0 0.43 269.17 0.99 0.29
Hex 47 1 91 33 63 0 2B 10D 63 1D
Octal 107 1 221 63 143 0 53 415 143 35
Binary 1000111 1 10010001 110011 1100011 0 101011 100001101 1100011 11101

Color Harmonies of #470191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470191

Black with #470191

Text Example


Text Example

White with #470191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470191; }

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

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

background-color css

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

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

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

border-color css

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

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

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