Html Css Color HEX #47049A Indigo

📋 copy color: '#47049A'

red 71 ◦ green 4 ◦ blue 154

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

Shades of Indigo #47049A

Tints of Indigo #47049A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.75%

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

R = 31%
G = 1.75%
B = 67.25%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#47049A (or 0x47049A) is known color: Indigo. HEX triplet: 47, 04 and 9A. RGB value is (71,4,154). Sum of RGB (Red+Green+Blue) = 71+4+154=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 154 (60.55% from 255 or 67.25% from 229); Max value from RGB is 154 - color contains mainly: blue. Hex color #47049A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47049A is #B8FB65. Grayscale: #282828. Windows color (decimal): -12122982 or 10093639. OLE color: 10093639.

HSL color Cylindrical-coordinate representation of color #47049A: hue angle of 266.8º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #47049A is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 4 154 -
CMYK 0.54 0.97 0 0.40
HSL 266.8º 0.95% 0.31% -
HSV(B) 266.8º 0.97% 0.6% -
XYZ 8.47 3.76 30.85 -
YUV 41.13 191.7 149.3 -
System Red Green Blue C M Y K H S L
Decimal 71 4 154 0.54 0.97 0 0.40 266.8 0.95 0.31
Hex 47 4 9A 36 61 0 28 10B 5F 1F
Octal 107 4 232 66 141 0 50 413 137 37
Binary 1000111 100 10011010 110110 1100001 0 101000 100001011 1011111 11111

Color Harmonies of #47049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47049A

Black with #47049A

Text Example


Text Example

White with #47049A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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