Html Css Color HEX #47037F Indigo

📋 copy color: '#47037F'

red 71 ◦ green 3 ◦ blue 127

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

Shades of Indigo #47037F

Tints of Indigo #47037F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 63.18%

R = 35.32%
G = 1.49%
B = 63.18%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#47037F (or 0x47037F) is known color: Indigo. HEX triplet: 47, 03 and 7F. RGB value is (71,3,127). Sum of RGB (Red+Green+Blue) = 71+3+127=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 127 (50% from 255 or 63.18% from 201); Max value from RGB is 127 - color contains mainly: blue. Hex color #47037F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47037F is #B8FC80. Grayscale: #252525. Windows color (decimal): -12123265 or 8323911. OLE color: 8323911.

HSL color Cylindrical-coordinate representation of color #47037F: hue angle of 272.9º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #47037F is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 3 127 -
CMYK 0.44 0.98 0 0.50
HSL 272.9º 0.95% 0.25% -
HSV(B) 272.9º 0.98% 0.5% -
XYZ 6.46 2.94 20.31 -
YUV 37.47 178.53 151.92 -
System Red Green Blue C M Y K H S L
Decimal 71 3 127 0.44 0.98 0 0.50 272.9 0.95 0.25
Hex 47 3 7F 2C 62 0 32 111 5F 19
Octal 107 3 177 54 142 0 62 421 137 31
Binary 1000111 11 1111111 101100 1100010 0 110010 100010001 1011111 11001

Color Harmonies of #47037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47037F

Black with #47037F

Text Example


Text Example

White with #47037F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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