Html Css Color HEX #470193 Indigo

📋 copy color: '#470193'

red 71 ◦ green 1 ◦ blue 147

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

Shades of Indigo #470193

Tints of Indigo #470193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 67.12%

R = 32.42%
G = 0.46%
B = 67.12%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#470193 (or 0x470193) is known color: Indigo. HEX triplet: 47, 01 and 93. RGB value is (71,1,147). Sum of RGB (Red+Green+Blue) = 71+1+147=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 147 (57.81% from 255 or 67.12% from 219); Max value from RGB is 147 - color contains mainly: blue. Hex color #470193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470193 is #B8FE6C. Grayscale: #262626. Windows color (decimal): -12123757 or 9634119. OLE color: 9634119.

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

Color convert

RGB 71 1 147 -
CMYK 0.52 0.99 0 0.42
HSL 268.77º 0.99% 0.29% -
HSV(B) 268.77º 0.99% 0.58% -
XYZ 7.88 3.47 27.86 -
YUV 38.57 189.19 151.13 -
System Red Green Blue C M Y K H S L
Decimal 71 1 147 0.52 0.99 0 0.42 268.77 0.99 0.29
Hex 47 1 93 34 63 0 2A 10D 63 1D
Octal 107 1 223 64 143 0 52 415 143 35
Binary 1000111 1 10010011 110100 1100011 0 101010 100001101 1100011 11101

Color Harmonies of #470193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470193

Black with #470193

Text Example


Text Example

White with #470193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470193; }

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

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

background-color css

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

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

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

border-color css

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

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

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