Html Css Color HEX #47039D Indigo

📋 copy color: '#47039D'

red 71 ◦ green 3 ◦ blue 157

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

Shades of Indigo #47039D

Tints of Indigo #47039D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 67.97%

R = 30.74%
G = 1.3%
B = 67.97%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47039D (or 0x47039D) is known color: Indigo. HEX triplet: 47, 03 and 9D. RGB value is (71,3,157). Sum of RGB (Red+Green+Blue) = 71+3+157=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 157 (61.72% from 255 or 67.97% from 231); Max value from RGB is 157 - color contains mainly: blue. Hex color #47039D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47039D is #B8FC62. Grayscale: #282828. Windows color (decimal): -12123235 or 10289991. OLE color: 10289991.

HSL color Cylindrical-coordinate representation of color #47039D: hue angle of 266.49º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #47039D is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 3 157 -
CMYK 0.55 0.98 0 0.38
HSL 266.49º 0.96% 0.31% -
HSV(B) 266.49º 0.98% 0.62% -
XYZ 8.72 3.84 32.18 -
YUV 40.89 193.53 149.48 -
System Red Green Blue C M Y K H S L
Decimal 71 3 157 0.55 0.98 0 0.38 266.49 0.96 0.31
Hex 47 3 9D 37 62 0 26 10A 60 1F
Octal 107 3 235 67 142 0 46 412 140 37
Binary 1000111 11 10011101 110111 1100010 0 100110 100001010 1100000 11111

Color Harmonies of #47039D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47039D

Black with #47039D

Text Example


Text Example

White with #47039D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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