Html Css Color HEX #470799 Indigo

📋 copy color: '#470799'

red 71 ◦ green 7 ◦ blue 153

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

Shades of Indigo #470799

Tints of Indigo #470799

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.03%

 BLUE value IS 153 (60.16% from 255) = 66.23%

R = 30.74%
G = 3.03%
B = 66.23%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#470799 (or 0x470799) is known color: Indigo. HEX triplet: 47, 07 and 99. RGB value is (71,7,153). Sum of RGB (Red+Green+Blue) = 71+7+153=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 153 (60.16% from 255 or 66.23% from 231); Max value from RGB is 153 - color contains mainly: blue. Hex color #470799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470799 is #B8F866. Grayscale: #2A2A2A. Windows color (decimal): -12122215 or 10028871. OLE color: 10028871.

HSL color Cylindrical-coordinate representation of color #470799: hue angle of 266.3º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470799 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 71 7 153 -
CMYK 0.54 0.95 0 0.4
HSL 266.3º 0.91% 0.31% -
HSV(B) 266.3º 0.95% 0.6% -
XYZ 8.42 3.79 30.42 -
YUV 42.78 190.2 148.13 -
System Red Green Blue C M Y K H S L
Decimal 71 7 153 0.54 0.95 0 0.4 266.3 0.91 0.31
Hex 47 7 99 36 5F 0 28 10A 5B 1F
Octal 107 7 231 66 137 0 50 412 133 37
Binary 1000111 111 10011001 110110 1011111 0 101000 100001010 1011011 11111

Color Harmonies of #470799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470799

Black with #470799

Text Example


Text Example

White with #470799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470799; }

 p { color: rgb(71,7,153); }

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

background-color css

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

 a { background-color: rgb(71,7,153); }

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

border-color css

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

 span { border-color: rgb(71,7,153); }

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