Html Css Color HEX #47046F Indigo

📋 copy color: '#47046F'

red 71 ◦ green 4 ◦ blue 111

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

Shades of Indigo #47046F

Tints of Indigo #47046F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 59.68%

R = 38.17%
G = 2.15%
B = 59.68%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#47046F (or 0x47046F) is known color: Indigo. HEX triplet: 47, 04 and 6F. RGB value is (71,4,111). Sum of RGB (Red+Green+Blue) = 71+4+111=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 111 (43.75% from 255 or 59.68% from 186); Max value from RGB is 111 - color contains mainly: blue. Hex color #47046F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47046F is #B8FB90. Grayscale: #232323. Windows color (decimal): -12123025 or 7275591. OLE color: 7275591.

HSL color Cylindrical-coordinate representation of color #47046F: hue angle of 277.57º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #47046F is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 4 111 -
CMYK 0.36 0.96 0 0.56
HSL 277.57º 0.93% 0.23% -
HSV(B) 277.57º 0.96% 0.44% -
XYZ 5.51 2.57 15.25 -
YUV 36.23 170.2 152.8 -
System Red Green Blue C M Y K H S L
Decimal 71 4 111 0.36 0.96 0 0.56 277.57 0.93 0.23
Hex 47 4 6F 24 60 0 38 116 5D 17
Octal 107 4 157 44 140 0 70 426 135 27
Binary 1000111 100 1101111 100100 1100000 0 111000 100010110 1011101 10111

Color Harmonies of #47046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47046F

Black with #47046F

Text Example


Text Example

White with #47046F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47046F; }

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

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

background-color css

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

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

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

border-color css

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

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

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