Html Css Color HEX #471273 Indigo

📋 copy color: '#471273'

red 71 ◦ green 18 ◦ blue 115

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

Shades of Indigo #471273

Tints of Indigo #471273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 56.37%

R = 34.8%
G = 8.82%
B = 56.37%

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

#471273 (or 0x471273) is known color: Indigo. HEX triplet: 47, 12 and 73. RGB value is (71,18,115). Sum of RGB (Red+Green+Blue) = 71+18+115=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #471273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471273 is #B8ED8C. Grayscale: #2C2C2C. Windows color (decimal): -12119437 or 7541319. OLE color: 7541319.

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

Color convert

RGB 71 18 115 -
CMYK 0.38 0.84 0 0.55
HSL 272.78º 0.73% 0.26% -
HSV(B) 272.78º 0.84% 0.45% -
XYZ 5.91 3.01 16.49 -
YUV 44.91 167.56 146.61 -
System Red Green Blue C M Y K H S L
Decimal 71 18 115 0.38 0.84 0 0.55 272.78 0.73 0.26
Hex 47 12 73 26 54 0 37 111 49 1A
Octal 107 22 163 46 124 0 67 421 111 32
Binary 1000111 10010 1110011 100110 1010100 0 110111 100010001 1001001 11010

Color Harmonies of #471273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471273

Black with #471273

Text Example


Text Example

White with #471273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471273; }

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

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

background-color css

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

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

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

border-color css

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

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

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