Html Css Color HEX #470699 Indigo

📋 copy color: '#470699'

red 71 ◦ green 6 ◦ blue 153

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

Shades of Indigo #470699

Tints of Indigo #470699

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.61%

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

R = 30.87%
G = 2.61%
B = 66.52%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#470699 (or 0x470699) is known color: Indigo. HEX triplet: 47, 06 and 99. RGB value is (71,6,153). Sum of RGB (Red+Green+Blue) = 71+6+153=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 153 (60.16% from 255 or 66.52% from 230); Max value from RGB is 153 - color contains mainly: blue. Hex color #470699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470699 is #B8F966. Grayscale: #292929. Windows color (decimal): -12122471 or 10028615. OLE color: 10028615.

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

Color convert

RGB 71 6 153 -
CMYK 0.54 0.96 0 0.4
HSL 266.53º 0.92% 0.31% -
HSV(B) 266.53º 0.96% 0.6% -
XYZ 8.41 3.77 30.42 -
YUV 42.19 190.53 148.55 -
System Red Green Blue C M Y K H S L
Decimal 71 6 153 0.54 0.96 0 0.4 266.53 0.92 0.31
Hex 47 6 99 36 60 0 28 10B 5C 1F
Octal 107 6 231 66 140 0 50 413 134 37
Binary 1000111 110 10011001 110110 1100000 0 101000 100001011 1011100 11111

Color Harmonies of #470699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470699

Black with #470699

Text Example


Text Example

White with #470699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470699; }

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

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

background-color css

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

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

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

border-color css

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

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

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