Html Css Color HEX #470994 Indigo

📋 copy color: '#470994'

red 71 ◦ green 9 ◦ blue 148

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

Shades of Indigo #470994

Tints of Indigo #470994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 64.91%

R = 31.14%
G = 3.95%
B = 64.91%

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

#470994 (or 0x470994) is known color: Indigo. HEX triplet: 47, 09 and 94. RGB value is (71,9,148). Sum of RGB (Red+Green+Blue) = 71+9+148=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 148 (58.20% from 255 or 64.91% from 228); Max value from RGB is 148 - color contains mainly: blue. Hex color #470994 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470994 is #B8F66B. Grayscale: #2A2A2A. Windows color (decimal): -12121708 or 9701703. OLE color: 9701703.

HSL color Cylindrical-coordinate representation of color #470994: hue angle of 266.76º degrees, saturation: 0.89, 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 #470994 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 9 148 -
CMYK 0.52 0.94 0 0.42
HSL 266.76º 0.89% 0.31% -
HSV(B) 266.76º 0.94% 0.58% -
XYZ 8.04 3.67 28.3 -
YUV 43.38 187.04 147.7 -
System Red Green Blue C M Y K H S L
Decimal 71 9 148 0.52 0.94 0 0.42 266.76 0.89 0.31
Hex 47 9 94 34 5E 0 2A 10B 59 1F
Octal 107 11 224 64 136 0 52 413 131 37
Binary 1000111 1001 10010100 110100 1011110 0 101010 100001011 1011001 11111

Color Harmonies of #470994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470994

Black with #470994

Text Example


Text Example

White with #470994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470994; }

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

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

background-color css

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

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

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

border-color css

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

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

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