Html Css Color HEX #471278 Indigo

📋 copy color: '#471278'

red 71 ◦ green 18 ◦ blue 120

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

Shades of Indigo #471278

Tints of Indigo #471278

RGB

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

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

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

R = 33.97%
G = 8.61%
B = 57.42%

CMYK

 C value IS 0.41

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#471278 (or 0x471278) is known color: Indigo. HEX triplet: 47, 12 and 78. RGB value is (71,18,120). Sum of RGB (Red+Green+Blue) = 71+18+120=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 120 (47.27% from 255 or 57.42% from 209); Max value from RGB is 120 - color contains mainly: blue. Hex color #471278 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471278 is #B8ED87. Grayscale: #2D2D2D. Windows color (decimal): -12119432 or 7868999. OLE color: 7868999.

HSL color Cylindrical-coordinate representation of color #471278: hue angle of 271.18º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #471278 is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 18 120 -
CMYK 0.41 0.85 0 0.53
HSL 271.18º 0.74% 0.27% -
HSV(B) 271.18º 0.85% 0.47% -
XYZ 6.21 3.13 18.05 -
YUV 45.48 170.06 146.21 -
System Red Green Blue C M Y K H S L
Decimal 71 18 120 0.41 0.85 0 0.53 271.18 0.74 0.27
Hex 47 12 78 29 55 0 35 10F 4A 1B
Octal 107 22 170 51 125 0 65 417 112 33
Binary 1000111 10010 1111000 101001 1010101 0 110101 100001111 1001010 11011

Color Harmonies of #471278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471278

Black with #471278

Text Example


Text Example

White with #471278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471278; }

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

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

background-color css

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

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

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

border-color css

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

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

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