Html Css Color HEX #47047B Indigo

📋 copy color: '#47047B'

red 71 ◦ green 4 ◦ blue 123

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

Shades of Indigo #47047B

Tints of Indigo #47047B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 62.12%

R = 35.86%
G = 2.02%
B = 62.12%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#47047B (or 0x47047B) is known color: Indigo. HEX triplet: 47, 04 and 7B. RGB value is (71,4,123). Sum of RGB (Red+Green+Blue) = 71+4+123=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 123 (48.44% from 255 or 62.12% from 198); Max value from RGB is 123 - color contains mainly: blue. Hex color #47047B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47047B is #B8FB84. Grayscale: #252525. Windows color (decimal): -12123013 or 8062023. OLE color: 8062023.

HSL color Cylindrical-coordinate representation of color #47047B: hue angle of 273.78º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #47047B is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 4 123 -
CMYK 0.42 0.97 0 0.52
HSL 273.78º 0.94% 0.25% -
HSV(B) 273.78º 0.97% 0.48% -
XYZ 6.22 2.86 18.96 -
YUV 37.6 176.2 151.82 -
System Red Green Blue C M Y K H S L
Decimal 71 4 123 0.42 0.97 0 0.52 273.78 0.94 0.25
Hex 47 4 7B 2A 61 0 34 112 5E 19
Octal 107 4 173 52 141 0 64 422 136 31
Binary 1000111 100 1111011 101010 1100001 0 110100 100010010 1011110 11001

Color Harmonies of #47047B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47047B

Black with #47047B

Text Example


Text Example

White with #47047B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47047B; }

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

 H1.HeaderClassName
 {
   color: #47047B;
 }
 .AnyTagClassName
 {
   color: #47047B;
 }
</style>

background-color css

<style>
 a { background-color: #47047B; }

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

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

border-color css

<style>
 span { border-color: #47047B; }

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

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