Html Css Color HEX #470666 Indigo

📋 copy color: '#470666'

red 71 ◦ green 6 ◦ blue 102

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

Shades of Indigo #470666

Tints of Indigo #470666

RGB

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

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

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

R = 39.66%
G = 3.35%
B = 56.98%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#470666 (or 0x470666) is known color: Indigo. HEX triplet: 47, 06 and 66. RGB value is (71,6,102). Sum of RGB (Red+Green+Blue) = 71+6+102=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 102 (40.23% from 255 or 56.98% from 179); Max value from RGB is 102 - color contains mainly: blue. Hex color #470666 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470666 is #B8F999. Grayscale: #242424. Windows color (decimal): -12122522 or 6686279. OLE color: 6686279.

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

Color convert

RGB 71 6 102 -
CMYK 0.30 0.94 0 0.6
HSL 280.63º 0.89% 0.21% -
HSV(B) 280.63º 0.94% 0.4% -
XYZ 5.06 2.43 12.77 -
YUV 36.38 165.03 152.69 -
System Red Green Blue C M Y K H S L
Decimal 71 6 102 0.30 0.94 0 0.6 280.63 0.89 0.21
Hex 47 6 66 1E 5E 0 3C 119 59 15
Octal 107 6 146 36 136 0 74 431 131 25
Binary 1000111 110 1100110 11110 1011110 0 111100 100011001 1011001 10101

Color Harmonies of #470666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470666

Black with #470666

Text Example


Text Example

White with #470666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470666; }

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

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

background-color css

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

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

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

border-color css

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

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

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