Html Css Color HEX #471272 Indigo

📋 copy color: '#471272'

red 71 ◦ green 18 ◦ blue 114

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

Shades of Indigo #471272

Tints of Indigo #471272

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.87%

 BLUE value IS 114 (44.92% from 255) = 56.16%

R = 34.98%
G = 8.87%
B = 56.16%

CMYK

 C value IS 0.38

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#471272 (or 0x471272) is known color: Indigo. HEX triplet: 47, 12 and 72. RGB value is (71,18,114). Sum of RGB (Red+Green+Blue) = 71+18+114=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #471272 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471272 is #B8ED8D. Grayscale: #2C2C2C. Windows color (decimal): -12119438 or 7475783. OLE color: 7475783.

HSL color Cylindrical-coordinate representation of color #471272: hue angle of 273.12º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471272 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 18 114 -
CMYK 0.38 0.84 0 0.55
HSL 273.13º 0.73% 0.26% -
HSV(B) 273.13º 0.84% 0.45% -
XYZ 5.85 2.99 16.19 -
YUV 44.79 167.06 146.69 -
System Red Green Blue C M Y K H S L
Decimal 71 18 114 0.38 0.84 0 0.55 273.13 0.73 0.26
Hex 47 12 72 26 54 0 37 111 49 1A
Octal 107 22 162 46 124 0 67 421 111 32
Binary 1000111 10010 1110010 100110 1010100 0 110111 100010001 1001001 11010

Color Harmonies of #471272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471272

Black with #471272

Text Example


Text Example

White with #471272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471272; }

 p { color: rgb(71,18,114); }

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

background-color css

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

 a { background-color: rgb(71,18,114); }

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

border-color css

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

 span { border-color: rgb(71,18,114); }

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