#470D68

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

Shades of Indigo #470D68

Tints of Indigo #470D68

Color information

#470D68 (or 0x470D68) is unknown color: approx Indigo. HEX triplet: 47, 0D and 68. RGB value is (71,13,104). Sum of RGB (Red+Green+Blue) = 71+13+104=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #470D68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470D68 is #B8F297. Grayscale: #282828. Windows color (decimal): -12120728 or 6819143. OLE color: 6819143.

HSL color Cylindrical-coordinate representation of color #470D68: hue angle of 278.24º degrees, saturation: 0.78, 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 #470D68 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7113104-
CMYK0.320.8800.59
HSL278.24º77.78%22.94%-
HSV(B)278.24º87.5%40.78%-
XYZ5.242.6313.33-
YUV40.72163.72149.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.77%
GREEN value IS 13 (5.47% from 255) = 6.91%
BLUE value IS 104 (41.02% from 255) = 55.32%
R=37.77%
G=6.91%
B=55.32%

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
Decimal71131040.320.8800.59278.2477.7822.94
Hex47D68205803B1164e17
Octal107151504013007342611627
Binary10001111101110100010000010110000111011100010110100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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