Html Css Color HEX #47045D Indigo

📋 copy color: '#47045D'

red 71 ◦ green 4 ◦ blue 93

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

Shades of Indigo #47045D

Tints of Indigo #47045D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 55.36%

R = 42.26%
G = 2.38%
B = 55.36%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47045D (or 0x47045D) is known color: Indigo. HEX triplet: 47, 04 and 5D. RGB value is (71,4,93). Sum of RGB (Red+Green+Blue) = 71+4+93=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #47045D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47045D is #B8FBA2. Grayscale: #212121. Windows color (decimal): -12123043 or 6095943. OLE color: 6095943.

HSL color Cylindrical-coordinate representation of color #47045D: hue angle of 285.17º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #47045D is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 4 93 -
CMYK 0.24 0.96 0 0.64
HSL 285.17º 0.92% 0.19% -
HSV(B) 285.17º 0.96% 0.36% -
XYZ 4.62 2.22 10.54 -
YUV 34.18 161.2 154.26 -
System Red Green Blue C M Y K H S L
Decimal 71 4 93 0.24 0.96 0 0.64 285.17 0.92 0.19
Hex 47 4 5D 18 60 0 40 11D 5C 13
Octal 107 4 135 30 140 0 100 435 134 23
Binary 1000111 100 1011101 11000 1100000 0 1000000 100011101 1011100 10011

Color Harmonies of #47045D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47045D

Black with #47045D

Text Example


Text Example

White with #47045D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47045D; }

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

 H1.HeaderClassName
 {
   color: #47045D;
 }
 .AnyTagClassName
 {
   color: #47045D;
 }
</style>

background-color css

<style>
 a { background-color: #47045D; }

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

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

border-color css

<style>
 span { border-color: #47045D; }

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

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