#47188D

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

Shades of Persian Indigo #47188D

Tints of Persian Indigo #47188D

Color information

#47188D (or 0x47188D) is unknown color: approx Persian Indigo. HEX triplet: 47, 18 and 8D. RGB value is (71,24,141). Sum of RGB (Red+Green+Blue) = 71+24+141=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 141 (55.47% from 255 or 59.75% from 236); Max value from RGB is 141 - color contains mainly: blue. Hex color #47188D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47188D is #B8E772. Grayscale: #323232. Windows color (decimal): -12117875 or 9246791. OLE color: 9246791.

HSL color Cylindrical-coordinate representation of color #47188D: hue angle of 264.1º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #47188D is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7124141-
CMYK0.500.8300.45
HSL264.1º70.91%32.35%-
HSV(B)264.1º82.98%55.29%-
XYZ7.733.9225.55-
YUV51.39178.57141.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.08%
GREEN value IS 24 (9.77% from 255) = 10.17%
BLUE value IS 141 (55.47% from 255) = 59.75%
R=30.08%
G=10.17%
B=59.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71241410.500.8300.45264.170.9132.35
Hex47188D325302D1084720
Octal107302156212305541010740
Binary10001111100010001101110010101001101011011000010001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47188D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47188D; }

 p { color: rgb(71,24,141); }

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

<style>
 a { background-color: #47188D; }

 a { background-color: rgb(71,24,141); }

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

<style>
 span { border-color: #47188D; }

 span { border-color: rgb(71,24,141); }

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