Html Css Color HEX #471093 Indigo

📋 copy color: '#471093'

red 71 ◦ green 16 ◦ blue 147

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

Shades of Indigo #471093

Tints of Indigo #471093

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.84%

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

R = 30.34%
G = 6.84%
B = 62.82%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#471093 (or 0x471093) is known color: Indigo. HEX triplet: 47, 10 and 93. RGB value is (71,16,147). Sum of RGB (Red+Green+Blue) = 71+16+147=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 147 (57.81% from 255 or 62.82% from 234); Max value from RGB is 147 - color contains mainly: blue. Hex color #471093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471093 is #B8EF6C. Grayscale: #2E2E2E. Windows color (decimal): -12119917 or 9637959. OLE color: 9637959.

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

Color convert

RGB 71 16 147 -
CMYK 0.52 0.89 0 0.42
HSL 265.19º 0.8% 0.32% -
HSV(B) 265.19º 0.89% 0.58% -
XYZ 8.05 3.82 27.92 -
YUV 47.38 184.22 144.85 -
System Red Green Blue C M Y K H S L
Decimal 71 16 147 0.52 0.89 0 0.42 265.19 0.8 0.32
Hex 47 10 93 34 59 0 2A 109 50 20
Octal 107 20 223 64 131 0 52 411 120 40
Binary 1000111 10000 10010011 110100 1011001 0 101010 100001001 1010000 100000

Color Harmonies of #471093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471093

Black with #471093

Text Example


Text Example

White with #471093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471093; }

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

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

background-color css

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

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

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

border-color css

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

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

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