Html Css Color HEX #470086 Indigo

📋 copy color: '#470086'

red 71 ◦ green 0 ◦ blue 134

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

Shades of Indigo #470086

Tints of Indigo #470086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 34.63%
G = 0%
B = 65.37%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#470086 (or 0x470086) is known color: Indigo. HEX triplet: 47, 00 and 86. RGB value is (71,0,134). Sum of RGB (Red+Green+Blue) = 71+0+134=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 134 (52.73% from 255 or 65.37% from 205); Max value from RGB is 134 - color contains mainly: blue. Hex color #470086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470086 is #B8FF79. Grayscale: #242424. Windows color (decimal): -12124026 or 8781895. OLE color: 8781895.

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

Color convert

RGB 71 0 134 -
CMYK 0.47 1 0 0.47
HSL 271.79º 1% 0.26% -
HSV(B) 271.79º 1% 0.53% -
XYZ 6.9 3.06 22.78 -
YUV 36.51 183.02 152.6 -
System Red Green Blue C M Y K H S L
Decimal 71 0 134 0.47 1 0 0.47 271.79 1 0.26
Hex 47 0 86 2F 64 0 2F 110 64 1A
Octal 107 0 206 57 144 0 57 420 144 32
Binary 1000111 0 10000110 101111 1100100 0 101111 100010000 1100100 11010

Color Harmonies of #470086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470086

Black with #470086

Text Example


Text Example

White with #470086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470086; }

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

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

background-color css

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

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

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

border-color css

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

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

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