Html Css Color HEX #47008B Indigo

📋 copy color: '#47008B'

red 71 ◦ green 0 ◦ blue 139

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

Shades of Indigo #47008B

Tints of Indigo #47008B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 33.81%
G = 0%
B = 66.19%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47008B (or 0x47008B) is known color: Indigo. HEX triplet: 47, 00 and 8B. RGB value is (71,0,139). Sum of RGB (Red+Green+Blue) = 71+0+139=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #47008B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47008B is #B8FF74. Grayscale: #242424. Windows color (decimal): -12124021 or 9109575. OLE color: 9109575.

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

Color convert

RGB 71 0 139 -
CMYK 0.49 1 0 0.45
HSL 270.65º 1% 0.27% -
HSV(B) 270.65º 1% 0.55% -
XYZ 7.26 3.2 24.66 -
YUV 37.08 185.52 152.2 -
System Red Green Blue C M Y K H S L
Decimal 71 0 139 0.49 1 0 0.45 270.65 1 0.27
Hex 47 0 8B 31 64 0 2D 10F 64 1B
Octal 107 0 213 61 144 0 55 417 144 33
Binary 1000111 0 10001011 110001 1100100 0 101101 100001111 1100100 11011

Color Harmonies of #47008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47008B

Black with #47008B

Text Example


Text Example

White with #47008B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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