#470B75

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

Shades of Indigo #470B75

Tints of Indigo #470B75

Color information

#470B75 (or 0x470B75) is unknown color: approx Indigo. HEX triplet: 47, 0B and 75. RGB value is (71,11,117). Sum of RGB (Red+Green+Blue) = 71+11+117=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #470B75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470B75 is #B8F48A. Grayscale: #282828. Windows color (decimal): -12121227 or 7670599. OLE color: 7670599.

HSL color Cylindrical-coordinate representation of color #470B75: hue angle of 273.96º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #470B75 is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7111117-
CMYK0.390.9100.54
HSL273.96º82.81%25.1%-
HSV(B)273.96º90.6%45.88%-
XYZ5.932.8617.07-
YUV41.02170.88149.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.68%
GREEN value IS 11 (4.69% from 255) = 5.53%
BLUE value IS 117 (46.09% from 255) = 58.79%
R=35.68%
G=5.53%
B=58.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71111170.390.9100.54273.9682.8125.1
Hex47B75275B0361125319
Octal107131654713306642212331
Binary10001111011111010110011110110110110110100010010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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