#47158B

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

Shades of Indigo #47158B

Tints of Indigo #47158B

Color information

#47158B (or 0x47158B) is unknown color: approx Indigo. HEX triplet: 47, 15 and 8B. RGB value is (71,21,139). Sum of RGB (Red+Green+Blue) = 71+21+139=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #47158B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47158B is #B8EA74. Grayscale: #303030. Windows color (decimal): -12118645 or 9114951. OLE color: 9114951.

HSL color Cylindrical-coordinate representation of color #47158B: hue angle of 265.42º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47158B is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7121139-
CMYK0.490.8500.45
HSL265.42º73.75%31.37%-
HSV(B)265.42º84.89%54.51%-
XYZ7.533.7424.75-
YUV49.4178.56143.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.74%
GREEN value IS 21 (8.59% from 255) = 9.09%
BLUE value IS 139 (54.69% from 255) = 60.17%
R=30.74%
G=9.09%
B=60.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71211390.490.8500.45265.4273.7531.37
Hex47158B315502D1094a1f
Octal107252136112505541111237
Binary1000111101011000101111000110101010101101100001001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47158B; }

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

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

<style>
 a { background-color: #47158B; }

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

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

<style>
 span { border-color: #47158B; }

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

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