Html Css Color HEX #47108B Indigo

📋 copy color: '#47108B'

red 71 ◦ green 16 ◦ blue 139

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

Shades of Indigo #47108B

Tints of Indigo #47108B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.08%

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

R = 31.42%
G = 7.08%
B = 61.5%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47108B (or 0x47108B) is known color: Indigo. HEX triplet: 47, 10 and 8B. RGB value is (71,16,139). Sum of RGB (Red+Green+Blue) = 71+16+139=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 139 (54.69% from 255 or 61.50% from 226); Max value from RGB is 139 - color contains mainly: blue. Hex color #47108B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47108B is #B8EF74. Grayscale: #2E2E2E. Windows color (decimal): -12119925 or 9113671. OLE color: 9113671.

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

Color convert

RGB 71 16 139 -
CMYK 0.49 0.88 0 0.45
HSL 266.83º 0.79% 0.3% -
HSV(B) 266.83º 0.88% 0.55% -
XYZ 7.44 3.57 24.72 -
YUV 46.47 180.22 145.5 -
System Red Green Blue C M Y K H S L
Decimal 71 16 139 0.49 0.88 0 0.45 266.83 0.79 0.3
Hex 47 10 8B 31 58 0 2D 10B 4F 1E
Octal 107 20 213 61 130 0 55 413 117 36
Binary 1000111 10000 10001011 110001 1011000 0 101101 100001011 1001111 11110

Color Harmonies of #47108B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47108B

Black with #47108B

Text Example


Text Example

White with #47108B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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