#470F8B

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

Shades of Indigo #470F8B

Tints of Indigo #470F8B

Color information

#470F8B (or 0x470F8B) is unknown color: approx Indigo. HEX triplet: 47, 0F and 8B. RGB value is (71,15,139). Sum of RGB (Red+Green+Blue) = 71+15+139=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 139 (54.69% from 255 or 61.78% from 225); Max value from RGB is 139 - color contains mainly: blue. Hex color #470F8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470F8B is #B8F074. Grayscale: #2D2D2D. Windows color (decimal): -12120181 or 9113415. OLE color: 9113415.

HSL color Cylindrical-coordinate representation of color #470F8B: hue angle of 267.1º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #470F8B is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7115139-
CMYK0.490.8900.45
HSL267.1º80.52%30.2%-
HSV(B)267.1º89.21%54.51%-
XYZ7.433.5524.72-
YUV45.88180.55145.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 15 (6.25% from 255) = 6.67%
BLUE value IS 139 (54.69% from 255) = 61.78%
R=31.56%
G=6.67%
B=61.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71151390.490.8900.45267.180.5230.2
Hex47F8B315902D10b511e
Octal107172136113105541312136
Binary100011111111000101111000110110010101101100001011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,15,139); }

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

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

 a { background-color: rgb(71,15,139); }

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

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

 span { border-color: rgb(71,15,139); }

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