Html Css Color HEX #471099 Indigo

📋 copy color: '#471099'

red 71 ◦ green 16 ◦ blue 153

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

Shades of Indigo #471099

Tints of Indigo #471099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.67%

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

R = 29.58%
G = 6.67%
B = 63.75%

CMYK

 C value IS 0.54

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#471099 (or 0x471099) is known color: Indigo. HEX triplet: 47, 10 and 99. RGB value is (71,16,153). Sum of RGB (Red+Green+Blue) = 71+16+153=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #471099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471099 is #B8EF66. Grayscale: #2F2F2F. Windows color (decimal): -12119911 or 10031175. OLE color: 10031175.

HSL color Cylindrical-coordinate representation of color #471099: hue angle of 264.09º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #471099 is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 71 16 153 -
CMYK 0.54 0.90 0 0.4
HSL 264.09º 0.81% 0.33% -
HSV(B) 264.09º 0.9% 0.6% -
XYZ 8.53 4.01 30.46 -
YUV 48.06 187.22 144.36 -
System Red Green Blue C M Y K H S L
Decimal 71 16 153 0.54 0.90 0 0.4 264.09 0.81 0.33
Hex 47 10 99 36 5A 0 28 108 51 21
Octal 107 20 231 66 132 0 50 410 121 41
Binary 1000111 10000 10011001 110110 1011010 0 101000 100001000 1010001 100001

Color Harmonies of #471099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471099

Black with #471099

Text Example


Text Example

White with #471099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471099; }

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

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

background-color css

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

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

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

border-color css

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

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

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