Html Css Color HEX #471490 Indigo

📋 copy color: '#471490'

red 71 ◦ green 20 ◦ blue 144

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

Shades of Indigo #471490

Tints of Indigo #471490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.51%

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

R = 30.21%
G = 8.51%
B = 61.28%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#471490 (or 0x471490) is known color: Indigo. HEX triplet: 47, 14 and 90. RGB value is (71,20,144). Sum of RGB (Red+Green+Blue) = 71+20+144=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 144 (56.64% from 255 or 61.28% from 235); Max value from RGB is 144 - color contains mainly: blue. Hex color #471490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471490 is #B8EB6F. Grayscale: #303030. Windows color (decimal): -12118896 or 9442375. OLE color: 9442375.

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

Color convert

RGB 71 20 144 -
CMYK 0.51 0.86 0 0.44
HSL 264.68º 0.76% 0.32% -
HSV(B) 264.68º 0.86% 0.56% -
XYZ 7.88 3.85 26.71 -
YUV 49.39 181.4 143.42 -
System Red Green Blue C M Y K H S L
Decimal 71 20 144 0.51 0.86 0 0.44 264.68 0.76 0.32
Hex 47 14 90 33 56 0 2C 109 4C 20
Octal 107 24 220 63 126 0 54 411 114 40
Binary 1000111 10100 10010000 110011 1010110 0 101100 100001001 1001100 100000

Color Harmonies of #471490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471490

Black with #471490

Text Example


Text Example

White with #471490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471490; }

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

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

background-color css

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

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

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

border-color css

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

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

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