Html Css Color HEX #471378 Indigo

📋 copy color: '#471378'

red 71 ◦ green 19 ◦ blue 120

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

Shades of Indigo #471378

Tints of Indigo #471378

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.05%

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

R = 33.81%
G = 9.05%
B = 57.14%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#471378 (or 0x471378) is known color: Indigo. HEX triplet: 47, 13 and 78. RGB value is (71,19,120). Sum of RGB (Red+Green+Blue) = 71+19+120=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #471378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471378 is #B8EC87. Grayscale: #2D2D2D. Windows color (decimal): -12119176 or 7869255. OLE color: 7869255.

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

Color convert

RGB 71 19 120 -
CMYK 0.41 0.84 0 0.53
HSL 270.89º 0.73% 0.27% -
HSV(B) 270.89º 0.84% 0.47% -
XYZ 6.22 3.16 18.05 -
YUV 46.06 169.73 145.79 -
System Red Green Blue C M Y K H S L
Decimal 71 19 120 0.41 0.84 0 0.53 270.89 0.73 0.27
Hex 47 13 78 29 54 0 35 10F 49 1B
Octal 107 23 170 51 124 0 65 417 111 33
Binary 1000111 10011 1111000 101001 1010100 0 110101 100001111 1001001 11011

Color Harmonies of #471378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471378

Black with #471378

Text Example


Text Example

White with #471378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471378; }

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

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

background-color css

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

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

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

border-color css

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

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

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