Html Css Color HEX #47035D Indigo

📋 copy color: '#47035D'

red 71 ◦ green 3 ◦ blue 93

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

Shades of Indigo #47035D

Tints of Indigo #47035D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.8%

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

R = 42.51%
G = 1.8%
B = 55.69%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47035D (or 0x47035D) is known color: Indigo. HEX triplet: 47, 03 and 5D. RGB value is (71,3,93). Sum of RGB (Red+Green+Blue) = 71+3+93=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #47035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47035D is #B8FCA2. Grayscale: #212121. Windows color (decimal): -12123299 or 6095687. OLE color: 6095687.

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

Color convert

RGB 71 3 93 -
CMYK 0.24 0.97 0 0.64
HSL 285.33º 0.94% 0.19% -
HSV(B) 285.33º 0.97% 0.36% -
XYZ 4.61 2.2 10.54 -
YUV 33.59 161.53 154.68 -
System Red Green Blue C M Y K H S L
Decimal 71 3 93 0.24 0.97 0 0.64 285.33 0.94 0.19
Hex 47 3 5D 18 61 0 40 11D 5E 13
Octal 107 3 135 30 141 0 100 435 136 23
Binary 1000111 11 1011101 11000 1100001 0 1000000 100011101 1011110 10011

Color Harmonies of #47035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47035D

Black with #47035D

Text Example


Text Example

White with #47035D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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