#47029B

Color #47029B Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #47029B

Tints of Indigo #47029B

Color information

#47029B (or 0x47029B) is unknown color: approx Indigo. HEX triplet: 47, 02 and 9B. RGB value is (71,2,155). Sum of RGB (Red+Green+Blue) = 71+2+155=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 155 (60.94% from 255 or 67.98% from 228); Max value from RGB is 155 - color contains mainly: blue. Hex color #47029B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47029B is #B8FD64. Grayscale: #272727. Windows color (decimal): -12123493 or 10158663. OLE color: 10158663.

HSL color Cylindrical-coordinate representation of color #47029B: hue angle of 267.06º degrees, saturation: 0.97, 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 #47029B is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB712155-
CMYK0.540.9900.39
HSL267.06º97.45%30.78%-
HSV(B)267.06º98.71%60.78%-
XYZ8.543.7531.28-
YUV40.07192.86150.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.14%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 155 (60.94% from 255) = 67.98%
R=31.14%
G=0.88%
B=67.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal7121550.540.9900.39267.0697.4530.78
Hex4729B366302710b611f
Octal10722336614304741314137
Binary1000111101001101111011011000110100111100001011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47029B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #47029B;
 }
 .AnyTagClassName
 {
   color: #47029B;
 }
</style>
background-color css

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

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

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

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

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

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