Html Css Color HEX #47188D Persian Indigo

📋 copy color: '#47188D'

red 71 ◦ green 24 ◦ blue 141

#47188D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #47188D

Tints of Persian Indigo #47188D

RGB

 RED value IS 71 (28.13% 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 value IS 0.50

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47188D (or 0x47188D) is known color: 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

RGB 71 24 141 -
CMYK 0.50 0.83 0 0.45
HSL 264.1º 0.71% 0.32% -
HSV(B) 264.1º 0.83% 0.55% -
XYZ 7.73 3.92 25.55 -
YUV 51.39 178.57 141.99 -
System Red Green Blue C M Y K H S L
Decimal 71 24 141 0.50 0.83 0 0.45 264.1 0.71 0.32
Hex 47 18 8D 32 53 0 2D 108 47 20
Octal 107 30 215 62 123 0 55 410 107 40
Binary 1000111 11000 10001101 110010 1010011 0 101101 100001000 1000111 100000

Color Harmonies of #47188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47188D

Black with #47188D

Text Example


Text Example

White with #47188D

Text Example


Text Example

HTML Codes & Css Web 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>