Html Css Color HEX #47045F Indigo

📋 copy color: '#47045F'

red 71 ◦ green 4 ◦ blue 95

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

Shades of Indigo #47045F

Tints of Indigo #47045F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 55.88%

R = 41.76%
G = 2.35%
B = 55.88%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#47045F (or 0x47045F) is known color: Indigo. HEX triplet: 47, 04 and 5F. RGB value is (71,4,95). Sum of RGB (Red+Green+Blue) = 71+4+95=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 95 (37.5% from 255 or 55.88% from 170); Max value from RGB is 95 - color contains mainly: blue. Hex color #47045F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47045F is #B8FBA0. Grayscale: #222222. Windows color (decimal): -12123041 or 6227015. OLE color: 6227015.

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

Color convert

RGB 71 4 95 -
CMYK 0.25 0.96 0 0.63
HSL 284.18º 0.92% 0.19% -
HSV(B) 284.18º 0.96% 0.37% -
XYZ 4.71 2.25 11.01 -
YUV 34.41 162.2 154.1 -
System Red Green Blue C M Y K H S L
Decimal 71 4 95 0.25 0.96 0 0.63 284.18 0.92 0.19
Hex 47 4 5F 19 60 0 3F 11C 5C 13
Octal 107 4 137 31 140 0 77 434 134 23
Binary 1000111 100 1011111 11001 1100000 0 111111 100011100 1011100 10011

Color Harmonies of #47045F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47045F

Black with #47045F

Text Example


Text Example

White with #47045F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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