#470C7D

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

Shades of Indigo #470C7D

Tints of Indigo #470C7D

Color information

#470C7D (or 0x470C7D) is unknown color: approx Indigo. HEX triplet: 47, 0C and 7D. RGB value is (71,12,125). Sum of RGB (Red+Green+Blue) = 71+12+125=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 125 (49.22% from 255 or 60.10% from 208); Max value from RGB is 125 - color contains mainly: blue. Hex color #470C7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470C7D is #B8F382. Grayscale: #2A2A2A. Windows color (decimal): -12120963 or 8195143. OLE color: 8195143.

HSL color Cylindrical-coordinate representation of color #470C7D: hue angle of 271.33º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #470C7D is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7112125-
CMYK0.430.9000.51
HSL271.33º82.48%26.86%-
HSV(B)271.33º90.4%49.02%-
XYZ6.433.0819.66-
YUV42.52174.55148.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.13%
GREEN value IS 12 (5.08% from 255) = 5.77%
BLUE value IS 125 (49.22% from 255) = 60.10%
R=34.13%
G=5.77%
B=60.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71121250.430.9000.51271.3382.4826.86
Hex47C7D2B5A03310f521b
Octal107141755313206341712233
Binary10001111100111110110101110110100110011100001111101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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