Html Css Color HEX #47039E Indigo

📋 copy color: '#47039E'

red 71 ◦ green 3 ◦ blue 158

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

Shades of Indigo #47039E

Tints of Indigo #47039E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

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

R = 30.6%
G = 1.29%
B = 68.1%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47039E (or 0x47039E) is known color: Indigo. HEX triplet: 47, 03 and 9E. RGB value is (71,3,158). Sum of RGB (Red+Green+Blue) = 71+3+158=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 158 (62.11% from 255 or 68.10% from 232); Max value from RGB is 158 - color contains mainly: blue. Hex color #47039E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47039E is #B8FC61. Grayscale: #282828. Windows color (decimal): -12123234 or 10355527. OLE color: 10355527.

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

Color convert

RGB 71 3 158 -
CMYK 0.55 0.98 0 0.38
HSL 266.32º 0.96% 0.32% -
HSV(B) 266.32º 0.98% 0.62% -
XYZ 8.8 3.87 32.63 -
YUV 41 194.03 149.4 -
System Red Green Blue C M Y K H S L
Decimal 71 3 158 0.55 0.98 0 0.38 266.32 0.96 0.32
Hex 47 3 9E 37 62 0 26 10A 60 20
Octal 107 3 236 67 142 0 46 412 140 40
Binary 1000111 11 10011110 110111 1100010 0 100110 100001010 1100000 100000

Color Harmonies of #47039E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47039E

Black with #47039E

Text Example


Text Example

White with #47039E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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