Html Css Color HEX #471094 Indigo

📋 copy color: '#471094'

red 71 ◦ green 16 ◦ blue 148

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

Shades of Indigo #471094

Tints of Indigo #471094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 62.98%

R = 30.21%
G = 6.81%
B = 62.98%

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

#471094 (or 0x471094) is known color: Indigo. HEX triplet: 47, 10 and 94. RGB value is (71,16,148). Sum of RGB (Red+Green+Blue) = 71+16+148=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 148 (58.20% from 255 or 62.98% from 235); Max value from RGB is 148 - color contains mainly: blue. Hex color #471094 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471094 is #B8EF6B. Grayscale: #2F2F2F. Windows color (decimal): -12119916 or 9703495. OLE color: 9703495.

HSL color Cylindrical-coordinate representation of color #471094: hue angle of 265º 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 #471094 is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 16 148 -
CMYK 0.52 0.89 0 0.42
HSL 265º 0.8% 0.32% -
HSV(B) 265º 0.89% 0.58% -
XYZ 8.13 3.85 28.33 -
YUV 47.49 184.72 144.77 -
System Red Green Blue C M Y K H S L
Decimal 71 16 148 0.52 0.89 0 0.42 265 0.8 0.32
Hex 47 10 94 34 59 0 2A 109 50 20
Octal 107 20 224 64 131 0 52 411 120 40
Binary 1000111 10000 10010100 110100 1011001 0 101010 100001001 1010000 100000

Color Harmonies of #471094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471094

Black with #471094

Text Example


Text Example

White with #471094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471094; }

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

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

background-color css

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

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

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

border-color css

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

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

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