Html Css Color HEX #471899 Indigo

📋 copy color: '#471899'

red 71 ◦ green 24 ◦ blue 153

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

Shades of Indigo #471899

Tints of Indigo #471899

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.68%

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

R = 28.63%
G = 9.68%
B = 61.69%

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

#471899 (or 0x471899) is known color: Indigo. HEX triplet: 47, 18 and 99. RGB value is (71,24,153). Sum of RGB (Red+Green+Blue) = 71+24+153=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #471899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471899 is #B8E766. Grayscale: #343434. Windows color (decimal): -12117863 or 10033223. OLE color: 10033223.

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

Color convert

RGB 71 24 153 -
CMYK 0.54 0.84 0 0.4
HSL 261.86º 0.73% 0.35% -
HSV(B) 261.86º 0.84% 0.6% -
XYZ 8.67 4.29 30.51 -
YUV 52.76 184.57 141.01 -
System Red Green Blue C M Y K H S L
Decimal 71 24 153 0.54 0.84 0 0.4 261.86 0.73 0.35
Hex 47 18 99 36 54 0 28 106 49 23
Octal 107 30 231 66 124 0 50 406 111 43
Binary 1000111 11000 10011001 110110 1010100 0 101000 100000110 1001001 100011

Color Harmonies of #471899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471899

Black with #471899

Text Example


Text Example

White with #471899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471899; }

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

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

background-color css

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

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

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

border-color css

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

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

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