Html Css Color HEX #47018A Indigo

📋 copy color: '#47018A'

red 71 ◦ green 1 ◦ blue 138

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

Shades of Indigo #47018A

Tints of Indigo #47018A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

 BLUE value IS 138 (54.3% from 255) = 65.71%

R = 33.81%
G = 0.48%
B = 65.71%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#47018A (or 0x47018A) is known color: Indigo. HEX triplet: 47, 01 and 8A. RGB value is (71,1,138). Sum of RGB (Red+Green+Blue) = 71+1+138=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 138 (54.30% from 255 or 65.71% from 210); Max value from RGB is 138 - color contains mainly: blue. Hex color #47018A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47018A is #B8FE75. Grayscale: #252525. Windows color (decimal): -12123766 or 9044295. OLE color: 9044295.

HSL color Cylindrical-coordinate representation of color #47018A: hue angle of 270.66º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #47018A is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 71 1 138 -
CMYK 0.49 0.99 0 0.46
HSL 270.66º 0.99% 0.27% -
HSV(B) 270.66º 0.99% 0.54% -
XYZ 7.2 3.2 24.28 -
YUV 37.55 184.69 151.86 -
System Red Green Blue C M Y K H S L
Decimal 71 1 138 0.49 0.99 0 0.46 270.66 0.99 0.27
Hex 47 1 8A 31 63 0 2E 10F 63 1B
Octal 107 1 212 61 143 0 56 417 143 33
Binary 1000111 1 10001010 110001 1100011 0 101110 100001111 1100011 11011

Color Harmonies of #47018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47018A

Black with #47018A

Text Example


Text Example

White with #47018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47018A; }

 p { color: rgb(71,1,138); }

 H1.HeaderClassName
 {
   color: #47018A;
 }
 .AnyTagClassName
 {
   color: #47018A;
 }
</style>

background-color css

<style>
 a { background-color: #47018A; }

 a { background-color: rgb(71,1,138); }

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

border-color css

<style>
 span { border-color: #47018A; }

 span { border-color: rgb(71,1,138); }

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