Html Css Color HEX #471399 Indigo

📋 copy color: '#471399'

red 71 ◦ green 19 ◦ blue 153

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

Shades of Indigo #471399

Tints of Indigo #471399

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.82%

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

R = 29.22%
G = 7.82%
B = 62.96%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#471399 (or 0x471399) is known color: Indigo. HEX triplet: 47, 13 and 99. RGB value is (71,19,153). Sum of RGB (Red+Green+Blue) = 71+19+153=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 153 (60.16% from 255 or 62.96% from 243); Max value from RGB is 153 - color contains mainly: blue. Hex color #471399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471399 is #B8EC66. Grayscale: #313131. Windows color (decimal): -12119143 or 10031943. OLE color: 10031943.

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

Color convert

RGB 71 19 153 -
CMYK 0.54 0.88 0 0.4
HSL 263.28º 0.78% 0.34% -
HSV(B) 263.28º 0.88% 0.6% -
XYZ 8.58 4.11 30.48 -
YUV 49.82 186.23 143.1 -
System Red Green Blue C M Y K H S L
Decimal 71 19 153 0.54 0.88 0 0.4 263.28 0.78 0.34
Hex 47 13 99 36 58 0 28 107 4E 22
Octal 107 23 231 66 130 0 50 407 116 42
Binary 1000111 10011 10011001 110110 1011000 0 101000 100000111 1001110 100010

Color Harmonies of #471399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471399

Black with #471399

Text Example


Text Example

White with #471399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471399; }

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

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

background-color css

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

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

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

border-color css

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

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

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