#46029C

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

Shades of Indigo #46029C

Tints of Indigo #46029C

Color information

#46029C (or 0x46029C) is unknown color: approx Indigo. HEX triplet: 46, 02 and 9C. RGB value is (70,2,156). Sum of RGB (Red+Green+Blue) = 70+2+156=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 156 (61.33% from 255 or 68.42% from 228); Max value from RGB is 156 - color contains mainly: blue. Hex color #46029C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46029C is #B9FD63. Grayscale: #272727. Windows color (decimal): -12189028 or 10224198. OLE color: 10224198.

HSL color Cylindrical-coordinate representation of color #46029C: hue angle of 266.49º 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 #46029C is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB702156-
CMYK0.550.9900.39
HSL266.49º97.47%30.98%-
HSV(B)266.49º98.72%61.18%-
XYZ8.553.7531.72-
YUV39.89193.53149.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 156 (61.33% from 255) = 68.42%
R=30.70%
G=0.88%
B=68.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal7021560.550.9900.39266.4997.4730.98
Hex4629C376302710a611f
Octal10622346714304741214137
Binary1000110101001110011011111000110100111100001010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46029C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46029C; }

 p { color: rgb(70,2,156); }

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

<style>
 a { background-color: #46029C; }

 a { background-color: rgb(70,2,156); }

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

<style>
 span { border-color: #46029C; }

 span { border-color: rgb(70,2,156); }

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