Html Css Color HEX #471586 Indigo

📋 copy color: '#471586'

red 71 ◦ green 21 ◦ blue 134

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

Shades of Indigo #471586

Tints of Indigo #471586

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.29%

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

R = 31.42%
G = 9.29%
B = 59.29%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#471586 (or 0x471586) is known color: Indigo. HEX triplet: 47, 15 and 86. RGB value is (71,21,134). Sum of RGB (Red+Green+Blue) = 71+21+134=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 134 (52.73% from 255 or 59.29% from 226); Max value from RGB is 134 - color contains mainly: blue. Hex color #471586 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471586 is #B8EA79. Grayscale: #303030. Windows color (decimal): -12118650 or 8787271. OLE color: 8787271.

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

Color convert

RGB 71 21 134 -
CMYK 0.47 0.84 0 0.47
HSL 266.55º 0.73% 0.3% -
HSV(B) 266.55º 0.84% 0.53% -
XYZ 7.17 3.6 22.87 -
YUV 48.83 176.07 143.81 -
System Red Green Blue C M Y K H S L
Decimal 71 21 134 0.47 0.84 0 0.47 266.55 0.73 0.3
Hex 47 15 86 2F 54 0 2F 10B 49 1E
Octal 107 25 206 57 124 0 57 413 111 36
Binary 1000111 10101 10000110 101111 1010100 0 101111 100001011 1001001 11110

Color Harmonies of #471586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471586

Black with #471586

Text Example


Text Example

White with #471586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471586; }

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

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

background-color css

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

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

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

border-color css

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

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

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