Html Css Color HEX #471291 Indigo

📋 copy color: '#471291'

red 71 ◦ green 18 ◦ blue 145

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

Shades of Indigo #471291

Tints of Indigo #471291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 61.97%

R = 30.34%
G = 7.69%
B = 61.97%

CMYK

 C value IS 0.51

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#471291 (or 0x471291) is known color: Indigo. HEX triplet: 47, 12 and 91. RGB value is (71,18,145). Sum of RGB (Red+Green+Blue) = 71+18+145=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 145 (57.03% from 255 or 61.97% from 234); Max value from RGB is 145 - color contains mainly: blue. Hex color #471291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471291 is #B8ED6E. Grayscale: #2F2F2F. Windows color (decimal): -12119407 or 9507399. OLE color: 9507399.

HSL color Cylindrical-coordinate representation of color #471291: hue angle of 265.04º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471291 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 18 145 -
CMYK 0.51 0.88 0 0.43
HSL 265.04º 0.78% 0.32% -
HSV(B) 265.04º 0.88% 0.57% -
XYZ 7.93 3.82 27.11 -
YUV 48.33 182.56 144.17 -
System Red Green Blue C M Y K H S L
Decimal 71 18 145 0.51 0.88 0 0.43 265.04 0.78 0.32
Hex 47 12 91 33 58 0 2B 109 4E 20
Octal 107 22 221 63 130 0 53 411 116 40
Binary 1000111 10010 10010001 110011 1011000 0 101011 100001001 1001110 100000

Color Harmonies of #471291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471291

Black with #471291

Text Example


Text Example

White with #471291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471291; }

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

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

background-color css

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

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

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

border-color css

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

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

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