Html Css Color HEX #471092 Indigo

📋 copy color: '#471092'

red 71 ◦ green 16 ◦ blue 146

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

Shades of Indigo #471092

Tints of Indigo #471092

RGB

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

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

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

R = 30.47%
G = 6.87%
B = 62.66%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#471092 (or 0x471092) is known color: Indigo. HEX triplet: 47, 10 and 92. RGB value is (71,16,146). Sum of RGB (Red+Green+Blue) = 71+16+146=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #471092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471092 is #B8EF6D. Grayscale: #2E2E2E. Windows color (decimal): -12119918 or 9572423. OLE color: 9572423.

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

Color convert

RGB 71 16 146 -
CMYK 0.51 0.89 0 0.43
HSL 265.38º 0.8% 0.32% -
HSV(B) 265.38º 0.89% 0.57% -
XYZ 7.97 3.79 27.5 -
YUV 47.27 183.72 144.93 -
System Red Green Blue C M Y K H S L
Decimal 71 16 146 0.51 0.89 0 0.43 265.38 0.8 0.32
Hex 47 10 92 33 59 0 2B 109 50 20
Octal 107 20 222 63 131 0 53 411 120 40
Binary 1000111 10000 10010010 110011 1011001 0 101011 100001001 1010000 100000

Color Harmonies of #471092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471092

Black with #471092

Text Example


Text Example

White with #471092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471092; }

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

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

background-color css

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

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

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

border-color css

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

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

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