Html Css Color HEX #47199A Persian Indigo

📋 copy color: '#47199A'

red 71 ◦ green 25 ◦ blue 154

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

Shades of Persian Indigo #47199A

Tints of Persian Indigo #47199A

RGB

 RED value IS 71 (28.13% from 255) = 28.4%

 GREEN value IS 25 (10.16% from 255) = 10%

 BLUE value IS 154 (60.55% from 255) = 61.6%

R = 28.4%
G = 10%
B = 61.6%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#47199A (or 0x47199A) is known color: Persian Indigo. HEX triplet: 47, 19 and 9A. RGB value is (71,25,154). Sum of RGB (Red+Green+Blue) = 71+25+154=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 154 (60.55% from 255 or 61.6% from 250); Max value from RGB is 154 - color contains mainly: blue. Hex color #47199A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47199A is #B8E665. Grayscale: #343434. Windows color (decimal): -12117606 or 10099015. OLE color: 10099015.

HSL color Cylindrical-coordinate representation of color #47199A: hue angle of 261.4º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #47199A is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 25 154 -
CMYK 0.54 0.84 0 0.40
HSL 261.4º 0.72% 0.35% -
HSV(B) 261.4º 0.84% 0.6% -
XYZ 8.78 4.37 30.95 -
YUV 53.46 184.74 140.51 -
System Red Green Blue C M Y K H S L
Decimal 71 25 154 0.54 0.84 0 0.40 261.4 0.72 0.35
Hex 47 19 9A 36 54 0 28 105 48 23
Octal 107 31 232 66 124 0 50 405 110 43
Binary 1000111 11001 10011010 110110 1010100 0 101000 100000101 1001000 100011

Color Harmonies of #47199A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47199A

Black with #47199A

Text Example


Text Example

White with #47199A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47199A; }

 p { color: rgb(71,25,154); }

 H1.HeaderClassName
 {
   color: #47199A;
 }
 .AnyTagClassName
 {
   color: #47199A;
 }
</style>

background-color css

<style>
 a { background-color: #47199A; }

 a { background-color: rgb(71,25,154); }

 div.DivClassName
 {
   background-color: #47199A;
 }
 .BgClassName
 {
   background-color: #47199A;
 }
</style>

border-color css

<style>
 span { border-color: #47199A; }

 span { border-color: rgb(71,25,154); }

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