Html Css Color HEX #47046C Indigo

📋 copy color: '#47046C'

red 71 ◦ green 4 ◦ blue 108

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

Shades of Indigo #47046C

Tints of Indigo #47046C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 59.02%

R = 38.8%
G = 2.19%
B = 59.02%

CMYK

 C value IS 0.34

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47046C (or 0x47046C) is known color: Indigo. HEX triplet: 47, 04 and 6C. RGB value is (71,4,108). Sum of RGB (Red+Green+Blue) = 71+4+108=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 108 (42.58% from 255 or 59.02% from 183); Max value from RGB is 108 - color contains mainly: blue. Hex color #47046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47046C is #B8FB93. Grayscale: #232323. Windows color (decimal): -12123028 or 7078983. OLE color: 7078983.

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

Color convert

RGB 71 4 108 -
CMYK 0.34 0.96 0 0.58
HSL 278.65º 0.93% 0.22% -
HSV(B) 278.65º 0.96% 0.42% -
XYZ 5.35 2.51 14.39 -
YUV 35.89 168.7 153.04 -
System Red Green Blue C M Y K H S L
Decimal 71 4 108 0.34 0.96 0 0.58 278.65 0.93 0.22
Hex 47 4 6C 22 60 0 3A 117 5D 16
Octal 107 4 154 42 140 0 72 427 135 26
Binary 1000111 100 1101100 100010 1100000 0 111010 100010111 1011101 10110

Color Harmonies of #47046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47046C

Black with #47046C

Text Example


Text Example

White with #47046C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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