Html Css Color HEX #47019B Indigo

📋 copy color: '#47019B'

red 71 ◦ green 1 ◦ blue 155

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

Shades of Indigo #47019B

Tints of Indigo #47019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 68.28%

R = 31.28%
G = 0.44%
B = 68.28%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47019B (or 0x47019B) is known color: Indigo. HEX triplet: 47, 01 and 9B. RGB value is (71,1,155). Sum of RGB (Red+Green+Blue) = 71+1+155=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 155 (60.94% from 255 or 68.28% from 227); Max value from RGB is 155 - color contains mainly: blue. Hex color #47019B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47019B is #B8FE64. Grayscale: #262626. Windows color (decimal): -12123749 or 10158407. OLE color: 10158407.

HSL color Cylindrical-coordinate representation of color #47019B: hue angle of 267.27º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #47019B is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 1 155 -
CMYK 0.54 0.99 0 0.39
HSL 267.27º 0.99% 0.31% -
HSV(B) 267.27º 0.99% 0.61% -
XYZ 8.53 3.73 31.28 -
YUV 39.49 193.19 150.48 -
System Red Green Blue C M Y K H S L
Decimal 71 1 155 0.54 0.99 0 0.39 267.27 0.99 0.31
Hex 47 1 9B 36 63 0 27 10B 63 1F
Octal 107 1 233 66 143 0 47 413 143 37
Binary 1000111 1 10011011 110110 1100011 0 100111 100001011 1100011 11111

Color Harmonies of #47019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47019B

Black with #47019B

Text Example


Text Example

White with #47019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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