Html Css Color HEX #470866 Indigo

📋 copy color: '#470866'

red 71 ◦ green 8 ◦ blue 102

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

Shades of Indigo #470866

Tints of Indigo #470866

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.42%

 BLUE value IS 102 (40.23% from 255) = 56.35%

R = 39.23%
G = 4.42%
B = 56.35%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#470866 (or 0x470866) is known color: Indigo. HEX triplet: 47, 08 and 66. RGB value is (71,8,102). Sum of RGB (Red+Green+Blue) = 71+8+102=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 102 (40.23% from 255 or 56.35% from 181); Max value from RGB is 102 - color contains mainly: blue. Hex color #470866 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470866 is #B8F799. Grayscale: #252525. Windows color (decimal): -12122010 or 6686791. OLE color: 6686791.

HSL color Cylindrical-coordinate representation of color #470866: hue angle of 280.21º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #470866 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 71 8 102 -
CMYK 0.30 0.92 0 0.6
HSL 280.21º 0.85% 0.22% -
HSV(B) 280.21º 0.92% 0.4% -
XYZ 5.08 2.47 12.78 -
YUV 37.55 164.37 151.86 -
System Red Green Blue C M Y K H S L
Decimal 71 8 102 0.30 0.92 0 0.6 280.21 0.85 0.22
Hex 47 8 66 1E 5C 0 3C 118 55 16
Octal 107 10 146 36 134 0 74 430 125 26
Binary 1000111 1000 1100110 11110 1011100 0 111100 100011000 1010101 10110

Color Harmonies of #470866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470866

Black with #470866

Text Example


Text Example

White with #470866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470866; }

 p { color: rgb(71,8,102); }

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

background-color css

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

 a { background-color: rgb(71,8,102); }

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

border-color css

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

 span { border-color: rgb(71,8,102); }

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