Html Css Color HEX #471090 Indigo

📋 copy color: '#471090'

red 71 ◦ green 16 ◦ blue 144

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

Shades of Indigo #471090

Tints of Indigo #471090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 62.34%

R = 30.74%
G = 6.93%
B = 62.34%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#471090 (or 0x471090) is known color: Indigo. HEX triplet: 47, 10 and 90. RGB value is (71,16,144). Sum of RGB (Red+Green+Blue) = 71+16+144=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 144 (56.64% from 255 or 62.34% from 231); Max value from RGB is 144 - color contains mainly: blue. Hex color #471090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471090 is #B8EF6F. Grayscale: #2E2E2E. Windows color (decimal): -12119920 or 9441351. OLE color: 9441351.

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

Color convert

RGB 71 16 144 -
CMYK 0.51 0.89 0 0.44
HSL 265.78º 0.8% 0.31% -
HSV(B) 265.78º 0.89% 0.56% -
XYZ 7.82 3.72 26.69 -
YUV 47.04 182.72 145.09 -
System Red Green Blue C M Y K H S L
Decimal 71 16 144 0.51 0.89 0 0.44 265.78 0.8 0.31
Hex 47 10 90 33 59 0 2C 10A 50 1F
Octal 107 20 220 63 131 0 54 412 120 37
Binary 1000111 10000 10010000 110011 1011001 0 101100 100001010 1010000 11111

Color Harmonies of #471090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471090

Black with #471090

Text Example


Text Example

White with #471090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471090; }

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

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

background-color css

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

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

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

border-color css

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

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

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