Html Css Color HEX #47018B Indigo

📋 copy color: '#47018B'

red 71 ◦ green 1 ◦ blue 139

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

Shades of Indigo #47018B

Tints of Indigo #47018B

RGB

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

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

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

R = 33.65%
G = 0.47%
B = 65.88%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47018B (or 0x47018B) is known color: Indigo. HEX triplet: 47, 01 and 8B. RGB value is (71,1,139). Sum of RGB (Red+Green+Blue) = 71+1+139=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #47018B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47018B is #B8FE74. Grayscale: #252525. Windows color (decimal): -12123765 or 9109831. OLE color: 9109831.

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

Color convert

RGB 71 1 139 -
CMYK 0.49 0.99 0 0.45
HSL 270.43º 0.99% 0.27% -
HSV(B) 270.43º 0.99% 0.55% -
XYZ 7.27 3.23 24.67 -
YUV 37.66 185.19 151.78 -
System Red Green Blue C M Y K H S L
Decimal 71 1 139 0.49 0.99 0 0.45 270.43 0.99 0.27
Hex 47 1 8B 31 63 0 2D 10E 63 1B
Octal 107 1 213 61 143 0 55 416 143 33
Binary 1000111 1 10001011 110001 1100011 0 101101 100001110 1100011 11011

Color Harmonies of #47018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47018B

Black with #47018B

Text Example


Text Example

White with #47018B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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