#470D6A

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

Shades of Indigo #470D6A

Tints of Indigo #470D6A

Color information

#470D6A (or 0x470D6A) is unknown color: approx Indigo. HEX triplet: 47, 0D and 6A. RGB value is (71,13,106). Sum of RGB (Red+Green+Blue) = 71+13+106=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 106 (41.80% from 255 or 55.79% from 190); Max value from RGB is 106 - color contains mainly: blue. Hex color #470D6A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470D6A is #B8F295. Grayscale: #282828. Windows color (decimal): -12120726 or 6950215. OLE color: 6950215.

HSL color Cylindrical-coordinate representation of color #470D6A: hue angle of 277.42º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #470D6A is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7113106-
CMYK0.330.8800.58
HSL277.42º78.15%23.33%-
HSV(B)277.42º87.74%41.57%-
XYZ5.342.6713.87-
YUV40.94164.72149.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 13 (5.47% from 255) = 6.84%
BLUE value IS 106 (41.80% from 255) = 55.79%
R=37.37%
G=6.84%
B=55.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71131060.330.8800.58277.4278.1523.33
Hex47D6A215803A1154e17
Octal107151524113007242511627
Binary10001111101110101010000110110000111010100010101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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