Html Css Color HEX #471999 Persian Indigo

📋 copy color: '#471999'

red 71 ◦ green 25 ◦ blue 153

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

Shades of Persian Indigo #471999

Tints of Persian Indigo #471999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 61.45%

R = 28.51%
G = 10.04%
B = 61.45%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#471999 (or 0x471999) is known color: Persian Indigo. HEX triplet: 47, 19 and 99. RGB value is (71,25,153). Sum of RGB (Red+Green+Blue) = 71+25+153=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #471999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471999 is #B8E666. Grayscale: #343434. Windows color (decimal): -12117607 or 10033479. OLE color: 10033479.

HSL color Cylindrical-coordinate representation of color #471999: hue angle of 261.56º 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 #471999 is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 71 25 153 -
CMYK 0.54 0.84 0 0.4
HSL 261.56º 0.72% 0.35% -
HSV(B) 261.56º 0.84% 0.6% -
XYZ 8.7 4.33 30.52 -
YUV 53.35 184.24 140.59 -
System Red Green Blue C M Y K H S L
Decimal 71 25 153 0.54 0.84 0 0.4 261.56 0.72 0.35
Hex 47 19 99 36 54 0 28 106 48 23
Octal 107 31 231 66 124 0 50 406 110 43
Binary 1000111 11001 10011001 110110 1010100 0 101000 100000110 1001000 100011

Color Harmonies of #471999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471999

Black with #471999

Text Example


Text Example

White with #471999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471999; }

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

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

background-color css

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

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

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

border-color css

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

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

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