Html Css Color HEX #471699 Indigo

📋 copy color: '#471699'

red 71 ◦ green 22 ◦ blue 153

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

Shades of Indigo #471699

Tints of Indigo #471699

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.94%

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

R = 28.86%
G = 8.94%
B = 62.2%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#471699 (or 0x471699) is known color: Indigo. HEX triplet: 47, 16 and 99. RGB value is (71,22,153). Sum of RGB (Red+Green+Blue) = 71+22+153=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #471699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471699 is #B8E966. Grayscale: #333333. Windows color (decimal): -12118375 or 10032711. OLE color: 10032711.

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

Color convert

RGB 71 22 153 -
CMYK 0.54 0.86 0 0.4
HSL 262.44º 0.75% 0.34% -
HSV(B) 262.44º 0.86% 0.6% -
XYZ 8.64 4.21 30.5 -
YUV 51.59 185.23 141.85 -
System Red Green Blue C M Y K H S L
Decimal 71 22 153 0.54 0.86 0 0.4 262.44 0.75 0.34
Hex 47 16 99 36 56 0 28 106 4B 22
Octal 107 26 231 66 126 0 50 406 113 42
Binary 1000111 10110 10011001 110110 1010110 0 101000 100000110 1001011 100010

Color Harmonies of #471699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471699

Black with #471699

Text Example


Text Example

White with #471699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471699; }

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

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

background-color css

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

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

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

border-color css

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

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

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