Html Css Color HEX #470668 Indigo

📋 copy color: '#470668'

red 71 ◦ green 6 ◦ blue 104

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

Shades of Indigo #470668

Tints of Indigo #470668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 57.46%

R = 39.23%
G = 3.31%
B = 57.46%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#470668 (or 0x470668) is known color: Indigo. HEX triplet: 47, 06 and 68. RGB value is (71,6,104). Sum of RGB (Red+Green+Blue) = 71+6+104=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #470668 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470668 is #B8F997. Grayscale: #242424. Windows color (decimal): -12122520 or 6817351. OLE color: 6817351.

HSL color Cylindrical-coordinate representation of color #470668: hue angle of 279.8º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470668 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 6 104 -
CMYK 0.32 0.94 0 0.59
HSL 279.8º 0.89% 0.22% -
HSV(B) 279.8º 0.94% 0.41% -
XYZ 5.16 2.47 13.3 -
YUV 36.61 166.03 152.53 -
System Red Green Blue C M Y K H S L
Decimal 71 6 104 0.32 0.94 0 0.59 279.8 0.89 0.22
Hex 47 6 68 20 5E 0 3B 118 59 16
Octal 107 6 150 40 136 0 73 430 131 26
Binary 1000111 110 1101000 100000 1011110 0 111011 100011000 1011001 10110

Color Harmonies of #470668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470668

Black with #470668

Text Example


Text Example

White with #470668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470668; }

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

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

background-color css

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

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

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

border-color css

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

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

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