Html Css Color HEX #47158B Indigo

📋 copy color: '#47158B'

red 71 ◦ green 21 ◦ blue 139

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

Shades of Indigo #47158B

Tints of Indigo #47158B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.09%

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

R = 30.74%
G = 9.09%
B = 60.17%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47158B (or 0x47158B) is known color: Indigo. HEX triplet: 47, 15 and 8B. RGB value is (71,21,139). Sum of RGB (Red+Green+Blue) = 71+21+139=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #47158B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47158B is #B8EA74. Grayscale: #303030. Windows color (decimal): -12118645 or 9114951. OLE color: 9114951.

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

Color convert

RGB 71 21 139 -
CMYK 0.49 0.85 0 0.45
HSL 265.42º 0.74% 0.31% -
HSV(B) 265.42º 0.85% 0.55% -
XYZ 7.53 3.74 24.75 -
YUV 49.4 178.57 143.41 -
System Red Green Blue C M Y K H S L
Decimal 71 21 139 0.49 0.85 0 0.45 265.42 0.74 0.31
Hex 47 15 8B 31 55 0 2D 109 4A 1F
Octal 107 25 213 61 125 0 55 411 112 37
Binary 1000111 10101 10001011 110001 1010101 0 101101 100001001 1001010 11111

Color Harmonies of #47158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47158B

Black with #47158B

Text Example


Text Example

White with #47158B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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