#470C68

Color #470C68 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #470C68

Tints of Indigo #470C68

Color information

#470C68 (or 0x470C68) is unknown color: approx Indigo. HEX triplet: 47, 0C and 68. RGB value is (71,12,104). Sum of RGB (Red+Green+Blue) = 71+12+104=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #470C68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470C68 is #B8F397. Grayscale: #272727. Windows color (decimal): -12120984 or 6818887. OLE color: 6818887.

HSL color Cylindrical-coordinate representation of color #470C68: hue angle of 278.48º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #470C68 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7112104-
CMYK0.320.8800.59
HSL278.48º79.31%22.75%-
HSV(B)278.48º88.46%40.78%-
XYZ5.232.613.32-
YUV40.13164.05150.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.97%
GREEN value IS 12 (5.08% from 255) = 6.42%
BLUE value IS 104 (41.02% from 255) = 55.61%
R=37.97%
G=6.42%
B=55.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71121040.320.8800.59278.4879.3122.75
Hex47C68205803B1164f17
Octal107141504013007342611727
Binary10001111100110100010000010110000111011100010110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470C68; }

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

 H1.HeaderClassName
 {
   color: #470C68;
 }
 .AnyTagClassName
 {
   color: #470C68;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #470C68;
 }
 .BgClassName
 {
   background-color: #470C68;
 }
</style>
border-color css

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

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

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