#470C74

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

Shades of Indigo #470C74

Tints of Indigo #470C74

Color information

#470C74 (or 0x470C74) is unknown color: approx Indigo. HEX triplet: 47, 0C and 74. RGB value is (71,12,116). Sum of RGB (Red+Green+Blue) = 71+12+116=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 116 (45.70% from 255 or 58.29% from 199); Max value from RGB is 116 - color contains mainly: blue. Hex color #470C74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470C74 is #B8F38B. Grayscale: #292929. Windows color (decimal): -12120972 or 7605319. OLE color: 7605319.

HSL color Cylindrical-coordinate representation of color #470C74: hue angle of 274.04º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #470C74 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7112116-
CMYK0.390.9000.55
HSL274.04º81.25%25.1%-
HSV(B)274.04º89.66%45.49%-
XYZ5.882.8616.77-
YUV41.5170.05149.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.68%
GREEN value IS 12 (5.08% from 255) = 6.03%
BLUE value IS 116 (45.70% from 255) = 58.29%
R=35.68%
G=6.03%
B=58.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71121160.390.9000.55274.0481.2525.1
Hex47C74275A0371125119
Octal107141644713206742212131
Binary10001111100111010010011110110100110111100010010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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