Html Css Color HEX #471793 Indigo

📋 copy color: '#471793'

red 71 ◦ green 23 ◦ blue 147

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

Shades of Indigo #471793

Tints of Indigo #471793

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.54%

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

R = 29.46%
G = 9.54%
B = 61%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#471793 (or 0x471793) is known color: Indigo. HEX triplet: 47, 17 and 93. RGB value is (71,23,147). Sum of RGB (Red+Green+Blue) = 71+23+147=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 147 (57.81% from 255 or 61.00% from 241); Max value from RGB is 147 - color contains mainly: blue. Hex color #471793 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471793 is #B8E86C. Grayscale: #333333. Windows color (decimal): -12118125 or 9639751. OLE color: 9639751.

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

Color convert

RGB 71 23 147 -
CMYK 0.52 0.84 0 0.42
HSL 263.23º 0.73% 0.33% -
HSV(B) 263.23º 0.84% 0.58% -
XYZ 8.17 4.06 27.96 -
YUV 51.49 181.9 141.92 -
System Red Green Blue C M Y K H S L
Decimal 71 23 147 0.52 0.84 0 0.42 263.23 0.73 0.33
Hex 47 17 93 34 54 0 2A 107 49 21
Octal 107 27 223 64 124 0 52 407 111 41
Binary 1000111 10111 10010011 110100 1010100 0 101010 100000111 1001001 100001

Color Harmonies of #471793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471793

Black with #471793

Text Example


Text Example

White with #471793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471793; }

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

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

background-color css

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

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

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

border-color css

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

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

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