Html Css Color HEX #470993 Indigo

📋 copy color: '#470993'

red 71 ◦ green 9 ◦ blue 147

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

Shades of Indigo #470993

Tints of Indigo #470993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.96%

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

R = 31.28%
G = 3.96%
B = 64.76%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#470993 (or 0x470993) is known color: Indigo. HEX triplet: 47, 09 and 93. RGB value is (71,9,147). Sum of RGB (Red+Green+Blue) = 71+9+147=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 147 (57.81% from 255 or 64.76% from 227); Max value from RGB is 147 - color contains mainly: blue. Hex color #470993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470993 is #B8F66C. Grayscale: #2A2A2A. Windows color (decimal): -12121709 or 9636167. OLE color: 9636167.

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

Color convert

RGB 71 9 147 -
CMYK 0.52 0.94 0 0.42
HSL 266.96º 0.88% 0.31% -
HSV(B) 266.96º 0.94% 0.58% -
XYZ 7.96 3.64 27.89 -
YUV 43.27 186.54 147.78 -
System Red Green Blue C M Y K H S L
Decimal 71 9 147 0.52 0.94 0 0.42 266.96 0.88 0.31
Hex 47 9 93 34 5E 0 2A 10B 58 1F
Octal 107 11 223 64 136 0 52 413 130 37
Binary 1000111 1001 10010011 110100 1011110 0 101010 100001011 1011000 11111

Color Harmonies of #470993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470993

Black with #470993

Text Example


Text Example

White with #470993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470993; }

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

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

background-color css

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

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

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

border-color css

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

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

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