Html Css Color HEX #47078B Indigo

📋 copy color: '#47078B'

red 71 ◦ green 7 ◦ blue 139

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

Shades of Indigo #47078B

Tints of Indigo #47078B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.23%

 BLUE value IS 139 (54.69% from 255) = 64.06%

R = 32.72%
G = 3.23%
B = 64.06%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47078B (or 0x47078B) is known color: Indigo. HEX triplet: 47, 07 and 8B. RGB value is (71,7,139). Sum of RGB (Red+Green+Blue) = 71+7+139=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 139 (54.69% from 255 or 64.06% from 217); Max value from RGB is 139 - color contains mainly: blue. Hex color #47078B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47078B is #B8F874. Grayscale: #282828. Windows color (decimal): -12122229 or 9111367. OLE color: 9111367.

HSL color Cylindrical-coordinate representation of color #47078B: hue angle of 269.09º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #47078B is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 7 139 -
CMYK 0.49 0.95 0 0.45
HSL 269.09º 0.9% 0.29% -
HSV(B) 269.09º 0.95% 0.55% -
XYZ 7.33 3.36 24.69 -
YUV 41.18 183.2 149.27 -
System Red Green Blue C M Y K H S L
Decimal 71 7 139 0.49 0.95 0 0.45 269.09 0.9 0.29
Hex 47 7 8B 31 5F 0 2D 10D 5A 1D
Octal 107 7 213 61 137 0 55 415 132 35
Binary 1000111 111 10001011 110001 1011111 0 101101 100001101 1011010 11101

Color Harmonies of #47078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47078B

Black with #47078B

Text Example


Text Example

White with #47078B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,7,139); }

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

background-color css

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

 a { background-color: rgb(71,7,139); }

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

border-color css

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

 span { border-color: rgb(71,7,139); }

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