Html Css Color HEX #47129E Indigo

📋 copy color: '#47129E'

red 71 ◦ green 18 ◦ blue 158

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

Shades of Indigo #47129E

Tints of Indigo #47129E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.29%

 BLUE value IS 158 (62.11% from 255) = 63.97%

R = 28.74%
G = 7.29%
B = 63.97%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47129E (or 0x47129E) is known color: Indigo. HEX triplet: 47, 12 and 9E. RGB value is (71,18,158). Sum of RGB (Red+Green+Blue) = 71+18+158=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 158 (62.11% from 255 or 63.97% from 247); Max value from RGB is 158 - color contains mainly: blue. Hex color #47129E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47129E is #B8ED61. Grayscale: #313131. Windows color (decimal): -12119394 or 10359367. OLE color: 10359367.

HSL color Cylindrical-coordinate representation of color #47129E: hue angle of 262.71º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #47129E is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 18 158 -
CMYK 0.55 0.89 0 0.38
HSL 262.71º 0.8% 0.35% -
HSV(B) 262.71º 0.89% 0.62% -
XYZ 8.99 4.24 32.69 -
YUV 49.81 189.06 143.12 -
System Red Green Blue C M Y K H S L
Decimal 71 18 158 0.55 0.89 0 0.38 262.71 0.8 0.35
Hex 47 12 9E 37 59 0 26 107 50 23
Octal 107 22 236 67 131 0 46 407 120 43
Binary 1000111 10010 10011110 110111 1011001 0 100110 100000111 1010000 100011

Color Harmonies of #47129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47129E

Black with #47129E

Text Example


Text Example

White with #47129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47129E; }

 p { color: rgb(71,18,158); }

 H1.HeaderClassName
 {
   color: #47129E;
 }
 .AnyTagClassName
 {
   color: #47129E;
 }
</style>

background-color css

<style>
 a { background-color: #47129E; }

 a { background-color: rgb(71,18,158); }

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

border-color css

<style>
 span { border-color: #47129E; }

 span { border-color: rgb(71,18,158); }

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