Html Css Color HEX #47109A Indigo

📋 copy color: '#47109A'

red 71 ◦ green 16 ◦ blue 154

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

Shades of Indigo #47109A

Tints of Indigo #47109A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 63.9%

R = 29.46%
G = 6.64%
B = 63.9%

CMYK

 C value IS 0.54

 M value IS 0.90

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#47109A (or 0x47109A) is known color: Indigo. HEX triplet: 47, 10 and 9A. RGB value is (71,16,154). Sum of RGB (Red+Green+Blue) = 71+16+154=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 154 (60.55% from 255 or 63.90% from 241); Max value from RGB is 154 - color contains mainly: blue. Hex color #47109A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47109A is #B8EF65. Grayscale: #2F2F2F. Windows color (decimal): -12119910 or 10096711. OLE color: 10096711.

HSL color Cylindrical-coordinate representation of color #47109A: hue angle of 263.91º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #47109A is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 16 154 -
CMYK 0.54 0.90 0 0.40
HSL 263.91º 0.81% 0.33% -
HSV(B) 263.91º 0.9% 0.6% -
XYZ 8.62 4.04 30.9 -
YUV 48.18 187.72 144.28 -
System Red Green Blue C M Y K H S L
Decimal 71 16 154 0.54 0.90 0 0.40 263.91 0.81 0.33
Hex 47 10 9A 36 5A 0 28 108 51 21
Octal 107 20 232 66 132 0 50 410 121 41
Binary 1000111 10000 10011010 110110 1011010 0 101000 100001000 1010001 100001

Color Harmonies of #47109A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47109A

Black with #47109A

Text Example


Text Example

White with #47109A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47109A; }

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

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

background-color css

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

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

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

border-color css

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

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

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