Html Css Color HEX #470391 Indigo

📋 copy color: '#470391'

red 71 ◦ green 3 ◦ blue 145

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

Shades of Indigo #470391

Tints of Indigo #470391

RGB

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

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

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

R = 32.42%
G = 1.37%
B = 66.21%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#470391 (or 0x470391) is known color: Indigo. HEX triplet: 47, 03 and 91. RGB value is (71,3,145). Sum of RGB (Red+Green+Blue) = 71+3+145=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 145 (57.03% from 255 or 66.21% from 219); Max value from RGB is 145 - color contains mainly: blue. Hex color #470391 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470391 is #B8FC6E. Grayscale: #272727. Windows color (decimal): -12123247 or 9503559. OLE color: 9503559.

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

Color convert

RGB 71 3 145 -
CMYK 0.51 0.98 0 0.43
HSL 268.73º 0.96% 0.29% -
HSV(B) 268.73º 0.98% 0.57% -
XYZ 7.74 3.45 27.05 -
YUV 39.52 187.53 150.45 -
System Red Green Blue C M Y K H S L
Decimal 71 3 145 0.51 0.98 0 0.43 268.73 0.96 0.29
Hex 47 3 91 33 62 0 2B 10D 60 1D
Octal 107 3 221 63 142 0 53 415 140 35
Binary 1000111 11 10010001 110011 1100010 0 101011 100001101 1100000 11101

Color Harmonies of #470391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470391

Black with #470391

Text Example


Text Example

White with #470391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470391; }

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

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

background-color css

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

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

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

border-color css

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

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

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