#47168B

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

Shades of Indigo #47168B

Tints of Indigo #47168B

Color information

#47168B (or 0x47168B) is unknown color: approx Indigo. HEX triplet: 47, 16 and 8B. RGB value is (71,22,139). Sum of RGB (Red+Green+Blue) = 71+22+139=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #47168B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47168B is #B8E974. Grayscale: #313131. Windows color (decimal): -12118389 or 9115207. OLE color: 9115207.

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

Color convert

RGB7122139-
CMYK0.490.8400.45
HSL265.13º72.67%31.57%-
HSV(B)265.13º84.17%54.51%-
XYZ7.553.7824.76-
YUV49.99178.23142.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.60%
GREEN value IS 22 (8.98% from 255) = 9.48%
BLUE value IS 139 (54.69% from 255) = 59.91%
R=30.60%
G=9.48%
B=59.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71221390.490.8400.45265.1372.6731.57
Hex47168B315402D1094920
Octal107262136112405541111140
Binary10001111011010001011110001101010001011011000010011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47168B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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