Html Css Color HEX #471393 Indigo

📋 copy color: '#471393'

red 71 ◦ green 19 ◦ blue 147

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

Shades of Indigo #471393

Tints of Indigo #471393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 62.03%

R = 29.96%
G = 8.02%
B = 62.03%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#471393 (or 0x471393) is known color: Indigo. HEX triplet: 47, 13 and 93. RGB value is (71,19,147). Sum of RGB (Red+Green+Blue) = 71+19+147=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 147 (57.81% from 255 or 62.03% from 237); Max value from RGB is 147 - color contains mainly: blue. Hex color #471393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471393 is #B8EC6C. Grayscale: #303030. Windows color (decimal): -12119149 or 9638727. OLE color: 9638727.

HSL color Cylindrical-coordinate representation of color #471393: hue angle of 264.38º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #471393 is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 19 147 -
CMYK 0.52 0.87 0 0.42
HSL 264.38º 0.77% 0.33% -
HSV(B) 264.38º 0.87% 0.58% -
XYZ 8.1 3.91 27.93 -
YUV 49.14 183.23 143.59 -
System Red Green Blue C M Y K H S L
Decimal 71 19 147 0.52 0.87 0 0.42 264.38 0.77 0.33
Hex 47 13 93 34 57 0 2A 108 4D 21
Octal 107 23 223 64 127 0 52 410 115 41
Binary 1000111 10011 10010011 110100 1010111 0 101010 100001000 1001101 100001

Color Harmonies of #471393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471393

Black with #471393

Text Example


Text Example

White with #471393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471393; }

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

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

background-color css

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

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

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

border-color css

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

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

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