Html Css Color HEX #471578 Indigo

📋 copy color: '#471578'

red 71 ◦ green 21 ◦ blue 120

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

Shades of Indigo #471578

Tints of Indigo #471578

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.91%

 BLUE value IS 120 (47.27% from 255) = 56.6%

R = 33.49%
G = 9.91%
B = 56.6%

CMYK

 C value IS 0.41

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#471578 (or 0x471578) is known color: Indigo. HEX triplet: 47, 15 and 78. RGB value is (71,21,120). Sum of RGB (Red+Green+Blue) = 71+21+120=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 120 (47.27% from 255 or 56.60% from 212); Max value from RGB is 120 - color contains mainly: blue. Hex color #471578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471578 is #B8EA87. Grayscale: #2E2E2E. Windows color (decimal): -12118664 or 7869767. OLE color: 7869767.

HSL color Cylindrical-coordinate representation of color #471578: hue angle of 270.3º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #471578 is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 21 120 -
CMYK 0.41 0.83 0 0.53
HSL 270.3º 0.7% 0.28% -
HSV(B) 270.3º 0.83% 0.47% -
XYZ 6.26 3.23 18.06 -
YUV 47.24 169.07 144.95 -
System Red Green Blue C M Y K H S L
Decimal 71 21 120 0.41 0.83 0 0.53 270.3 0.7 0.28
Hex 47 15 78 29 53 0 35 10E 46 1C
Octal 107 25 170 51 123 0 65 416 106 34
Binary 1000111 10101 1111000 101001 1010011 0 110101 100001110 1000110 11100

Color Harmonies of #471578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471578

Black with #471578

Text Example


Text Example

White with #471578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471578; }

 p { color: rgb(71,21,120); }

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

background-color css

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

 a { background-color: rgb(71,21,120); }

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

border-color css

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

 span { border-color: rgb(71,21,120); }

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