Html Css Color HEX #47036D Indigo

📋 copy color: '#47036D'

red 71 ◦ green 3 ◦ blue 109

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

Shades of Indigo #47036D

Tints of Indigo #47036D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 59.56%

R = 38.8%
G = 1.64%
B = 59.56%

CMYK

 C value IS 0.35

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#47036D (or 0x47036D) is known color: Indigo. HEX triplet: 47, 03 and 6D. RGB value is (71,3,109). Sum of RGB (Red+Green+Blue) = 71+3+109=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 109 (42.97% from 255 or 59.56% from 183); Max value from RGB is 109 - color contains mainly: blue. Hex color #47036D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47036D is #B8FC92. Grayscale: #232323. Windows color (decimal): -12123283 or 7144263. OLE color: 7144263.

HSL color Cylindrical-coordinate representation of color #47036D: hue angle of 278.49º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #47036D is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 3 109 -
CMYK 0.35 0.97 0 0.57
HSL 278.49º 0.95% 0.22% -
HSV(B) 278.49º 0.97% 0.43% -
XYZ 5.39 2.51 14.67 -
YUV 35.42 169.53 153.38 -
System Red Green Blue C M Y K H S L
Decimal 71 3 109 0.35 0.97 0 0.57 278.49 0.95 0.22
Hex 47 3 6D 23 61 0 39 116 5F 16
Octal 107 3 155 43 141 0 71 426 137 26
Binary 1000111 11 1101101 100011 1100001 0 111001 100010110 1011111 10110

Color Harmonies of #47036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47036D

Black with #47036D

Text Example


Text Example

White with #47036D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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