Html Css Color HEX #47066A Indigo

📋 copy color: '#47066A'

red 71 ◦ green 6 ◦ blue 106

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

Shades of Indigo #47066A

Tints of Indigo #47066A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.28%

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

R = 38.8%
G = 3.28%
B = 57.92%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47066A (or 0x47066A) is known color: Indigo. HEX triplet: 47, 06 and 6A. RGB value is (71,6,106). Sum of RGB (Red+Green+Blue) = 71+6+106=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 106 (41.80% from 255 or 57.92% from 183); Max value from RGB is 106 - color contains mainly: blue. Hex color #47066A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47066A is #B8F995. Grayscale: #242424. Windows color (decimal): -12122518 or 6948423. OLE color: 6948423.

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

Color convert

RGB 71 6 106 -
CMYK 0.33 0.94 0 0.58
HSL 279º 0.89% 0.22% -
HSV(B) 279º 0.94% 0.42% -
XYZ 5.27 2.51 13.84 -
YUV 36.84 167.03 152.37 -
System Red Green Blue C M Y K H S L
Decimal 71 6 106 0.33 0.94 0 0.58 279 0.89 0.22
Hex 47 6 6A 21 5E 0 3A 117 59 16
Octal 107 6 152 41 136 0 72 427 131 26
Binary 1000111 110 1101010 100001 1011110 0 111010 100010111 1011001 10110

Color Harmonies of #47066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47066A

Black with #47066A

Text Example


Text Example

White with #47066A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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