Html Css Color HEX #470786 Indigo

📋 copy color: '#470786'

red 71 ◦ green 7 ◦ blue 134

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

Shades of Indigo #470786

Tints of Indigo #470786

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.3%

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

R = 33.49%
G = 3.3%
B = 63.21%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#470786 (or 0x470786) is known color: Indigo. HEX triplet: 47, 07 and 86. RGB value is (71,7,134). Sum of RGB (Red+Green+Blue) = 71+7+134=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 134 (52.73% from 255 or 63.21% from 212); Max value from RGB is 134 - color contains mainly: blue. Hex color #470786 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470786 is #B8F879. Grayscale: #282828. Windows color (decimal): -12122234 or 8783687. OLE color: 8783687.

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

Color convert

RGB 71 7 134 -
CMYK 0.47 0.95 0 0.47
HSL 270.24º 0.9% 0.28% -
HSV(B) 270.24º 0.95% 0.53% -
XYZ 6.98 3.21 22.81 -
YUV 40.61 180.7 149.67 -
System Red Green Blue C M Y K H S L
Decimal 71 7 134 0.47 0.95 0 0.47 270.24 0.9 0.28
Hex 47 7 86 2F 5F 0 2F 10E 5A 1C
Octal 107 7 206 57 137 0 57 416 132 34
Binary 1000111 111 10000110 101111 1011111 0 101111 100001110 1011010 11100

Color Harmonies of #470786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470786

Black with #470786

Text Example


Text Example

White with #470786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470786; }

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

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

background-color css

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

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

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

border-color css

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

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

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