Html Css Color HEX #470686 Indigo

📋 copy color: '#470686'

red 71 ◦ green 6 ◦ blue 134

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

Shades of Indigo #470686

Tints of Indigo #470686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.84%

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

R = 33.65%
G = 2.84%
B = 63.51%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#470686 (or 0x470686) is known color: Indigo. HEX triplet: 47, 06 and 86. RGB value is (71,6,134). Sum of RGB (Red+Green+Blue) = 71+6+134=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 134 (52.73% from 255 or 63.51% from 211); Max value from RGB is 134 - color contains mainly: blue. Hex color #470686 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470686 is #B8F979. Grayscale: #272727. Windows color (decimal): -12122490 or 8783431. OLE color: 8783431.

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

Color convert

RGB 71 6 134 -
CMYK 0.47 0.96 0 0.47
HSL 270.47º 0.91% 0.27% -
HSV(B) 270.47º 0.96% 0.53% -
XYZ 6.97 3.19 22.8 -
YUV 40.03 181.03 150.09 -
System Red Green Blue C M Y K H S L
Decimal 71 6 134 0.47 0.96 0 0.47 270.47 0.91 0.27
Hex 47 6 86 2F 60 0 2F 10E 5B 1B
Octal 107 6 206 57 140 0 57 416 133 33
Binary 1000111 110 10000110 101111 1100000 0 101111 100001110 1011011 11011

Color Harmonies of #470686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470686

Black with #470686

Text Example


Text Example

White with #470686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470686; }

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

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

background-color css

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

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

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

border-color css

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

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

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