Html Css Color HEX #471091 Indigo

📋 copy color: '#471091'

red 71 ◦ green 16 ◦ blue 145

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

Shades of Indigo #471091

Tints of Indigo #471091

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.9%

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

R = 30.6%
G = 6.9%
B = 62.5%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#471091 (or 0x471091) is known color: Indigo. HEX triplet: 47, 10 and 91. RGB value is (71,16,145). Sum of RGB (Red+Green+Blue) = 71+16+145=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 145 (57.03% from 255 or 62.5% from 232); Max value from RGB is 145 - color contains mainly: blue. Hex color #471091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471091 is #B8EF6E. Grayscale: #2E2E2E. Windows color (decimal): -12119919 or 9506887. OLE color: 9506887.

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

Color convert

RGB 71 16 145 -
CMYK 0.51 0.89 0 0.43
HSL 265.58º 0.8% 0.32% -
HSV(B) 265.58º 0.89% 0.57% -
XYZ 7.89 3.75 27.1 -
YUV 47.15 183.22 145.01 -
System Red Green Blue C M Y K H S L
Decimal 71 16 145 0.51 0.89 0 0.43 265.58 0.8 0.32
Hex 47 10 91 33 59 0 2B 10A 50 20
Octal 107 20 221 63 131 0 53 412 120 40
Binary 1000111 10000 10010001 110011 1011001 0 101011 100001010 1010000 100000

Color Harmonies of #471091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471091

Black with #471091

Text Example


Text Example

White with #471091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471091; }

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

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

background-color css

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

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

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

border-color css

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

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

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