Html Css Color HEX #471386 Indigo

📋 copy color: '#471386'

red 71 ◦ green 19 ◦ blue 134

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

Shades of Indigo #471386

Tints of Indigo #471386

RGB

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

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

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

R = 31.7%
G = 8.48%
B = 59.82%

CMYK

 C value IS 0.47

 M value IS 0.86

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#471386 (or 0x471386) is known color: Indigo. HEX triplet: 47, 13 and 86. RGB value is (71,19,134). Sum of RGB (Red+Green+Blue) = 71+19+134=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 134 (52.73% from 255 or 59.82% from 224); Max value from RGB is 134 - color contains mainly: blue. Hex color #471386 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471386 is #B8EC79. Grayscale: #2F2F2F. Windows color (decimal): -12119162 or 8786759. OLE color: 8786759.

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

Color convert

RGB 71 19 134 -
CMYK 0.47 0.86 0 0.47
HSL 267.13º 0.75% 0.3% -
HSV(B) 267.13º 0.86% 0.53% -
XYZ 7.13 3.53 22.86 -
YUV 47.66 176.73 144.65 -
System Red Green Blue C M Y K H S L
Decimal 71 19 134 0.47 0.86 0 0.47 267.13 0.75 0.3
Hex 47 13 86 2F 56 0 2F 10B 4B 1E
Octal 107 23 206 57 126 0 57 413 113 36
Binary 1000111 10011 10000110 101111 1010110 0 101111 100001011 1001011 11110

Color Harmonies of #471386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471386

Black with #471386

Text Example


Text Example

White with #471386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471386; }

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

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

background-color css

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

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

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

border-color css

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

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

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