Html Css Color HEX #471186 Indigo

📋 copy color: '#471186'

red 71 ◦ green 17 ◦ blue 134

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

Shades of Indigo #471186

Tints of Indigo #471186

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.66%

 BLUE value IS 134 (52.73% from 255) = 60.36%

R = 31.98%
G = 7.66%
B = 60.36%

CMYK

 C value IS 0.47

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#471186 (or 0x471186) is known color: Indigo. HEX triplet: 47, 11 and 86. RGB value is (71,17,134). Sum of RGB (Red+Green+Blue) = 71+17+134=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 134 (52.73% from 255 or 60.36% from 222); Max value from RGB is 134 - color contains mainly: blue. Hex color #471186 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471186 is #B8EE79. Grayscale: #2E2E2E. Windows color (decimal): -12119674 or 8786247. OLE color: 8786247.

HSL color Cylindrical-coordinate representation of color #471186: hue angle of 267.69º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #471186 is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 17 134 -
CMYK 0.47 0.87 0 0.47
HSL 267.69º 0.77% 0.3% -
HSV(B) 267.69º 0.87% 0.53% -
XYZ 7.1 3.46 22.85 -
YUV 46.48 177.39 145.49 -
System Red Green Blue C M Y K H S L
Decimal 71 17 134 0.47 0.87 0 0.47 267.69 0.77 0.3
Hex 47 11 86 2F 57 0 2F 10C 4D 1E
Octal 107 21 206 57 127 0 57 414 115 36
Binary 1000111 10001 10000110 101111 1010111 0 101111 100001100 1001101 11110

Color Harmonies of #471186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471186

Black with #471186

Text Example


Text Example

White with #471186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471186; }

 p { color: rgb(71,17,134); }

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

background-color css

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

 a { background-color: rgb(71,17,134); }

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

border-color css

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

 span { border-color: rgb(71,17,134); }

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