#470B7B

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

Shades of Indigo #470B7B

Tints of Indigo #470B7B

Color information

#470B7B (or 0x470B7B) is unknown color: approx Indigo. HEX triplet: 47, 0B and 7B. RGB value is (71,11,123). Sum of RGB (Red+Green+Blue) = 71+11+123=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 123 (48.44% from 255 or 60% from 205); Max value from RGB is 123 - color contains mainly: blue. Hex color #470B7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470B7B is #B8F484. Grayscale: #292929. Windows color (decimal): -12121221 or 8063815. OLE color: 8063815.

HSL color Cylindrical-coordinate representation of color #470B7B: hue angle of 272.14º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #470B7B is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7111123-
CMYK0.420.9100.52
HSL272.14º83.58%26.27%-
HSV(B)272.14º91.06%48.24%-
XYZ6.293.0118.99-
YUV41.71173.88148.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.63%
GREEN value IS 11 (4.69% from 255) = 5.37%
BLUE value IS 123 (48.44% from 255) = 60%
R=34.63%
G=5.37%
B=60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71111230.420.9100.52272.1483.5826.27
Hex47B7B2A5B034110541a
Octal107131735213306442012432
Binary10001111011111101110101010110110110100100010000101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,11,123); }

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

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

 a { background-color: rgb(71,11,123); }

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

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

 span { border-color: rgb(71,11,123); }

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