Html Css Color HEX #471192 Indigo

📋 copy color: '#471192'

red 71 ◦ green 17 ◦ blue 146

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

Shades of Indigo #471192

Tints of Indigo #471192

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.26%

 BLUE value IS 146 (57.42% from 255) = 62.39%

R = 30.34%
G = 7.26%
B = 62.39%

CMYK

 C value IS 0.51

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#471192 (or 0x471192) is known color: Indigo. HEX triplet: 47, 11 and 92. RGB value is (71,17,146). Sum of RGB (Red+Green+Blue) = 71+17+146=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #471192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471192 is #B8EE6D. Grayscale: #2F2F2F. Windows color (decimal): -12119662 or 9572679. OLE color: 9572679.

HSL color Cylindrical-coordinate representation of color #471192: hue angle of 265.12º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471192 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 17 146 -
CMYK 0.51 0.88 0 0.43
HSL 265.12º 0.79% 0.32% -
HSV(B) 265.12º 0.88% 0.57% -
XYZ 7.99 3.82 27.51 -
YUV 47.85 183.39 144.51 -
System Red Green Blue C M Y K H S L
Decimal 71 17 146 0.51 0.88 0 0.43 265.12 0.79 0.32
Hex 47 11 92 33 58 0 2B 109 4F 20
Octal 107 21 222 63 130 0 53 411 117 40
Binary 1000111 10001 10010010 110011 1011000 0 101011 100001001 1001111 100000

Color Harmonies of #471192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471192

Black with #471192

Text Example


Text Example

White with #471192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471192; }

 p { color: rgb(71,17,146); }

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

background-color css

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

 a { background-color: rgb(71,17,146); }

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

border-color css

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

 span { border-color: rgb(71,17,146); }

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