Html Css Color HEX #47076A Indigo

📋 copy color: '#47076A'

red 71 ◦ green 7 ◦ blue 106

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

Shades of Indigo #47076A

Tints of Indigo #47076A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.8%

 BLUE value IS 106 (41.8% from 255) = 57.61%

R = 38.59%
G = 3.8%
B = 57.61%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47076A (or 0x47076A) is known color: Indigo. HEX triplet: 47, 07 and 6A. RGB value is (71,7,106). Sum of RGB (Red+Green+Blue) = 71+7+106=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 106 (41.80% from 255 or 57.61% from 184); Max value from RGB is 106 - color contains mainly: blue. Hex color #47076A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47076A is #B8F895. Grayscale: #252525. Windows color (decimal): -12122262 or 6948679. OLE color: 6948679.

HSL color Cylindrical-coordinate representation of color #47076A: hue angle of 278.79º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47076A is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 7 106 -
CMYK 0.33 0.93 0 0.58
HSL 278.79º 0.88% 0.22% -
HSV(B) 278.79º 0.93% 0.42% -
XYZ 5.28 2.53 13.85 -
YUV 37.42 166.7 151.95 -
System Red Green Blue C M Y K H S L
Decimal 71 7 106 0.33 0.93 0 0.58 278.79 0.88 0.22
Hex 47 7 6A 21 5D 0 3A 117 58 16
Octal 107 7 152 41 135 0 72 427 130 26
Binary 1000111 111 1101010 100001 1011101 0 111010 100010111 1011000 10110

Color Harmonies of #47076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47076A

Black with #47076A

Text Example


Text Example

White with #47076A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,7,106); }

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

background-color css

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

 a { background-color: rgb(71,7,106); }

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

border-color css

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

 span { border-color: rgb(71,7,106); }

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