#46029B

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

Shades of Indigo #46029B

Tints of Indigo #46029B

Color information

#46029B (or 0x46029B) is unknown color: approx Indigo. HEX triplet: 46, 02 and 9B. RGB value is (70,2,155). Sum of RGB (Red+Green+Blue) = 70+2+155=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 2 (1.17% from 255 or 0.88% 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 #46029B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46029B is #B9FD64. Grayscale: #272727. Windows color (decimal): -12189029 or 10158662. OLE color: 10158662.

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

Color convert

RGB702155-
CMYK0.550.9900.39
HSL266.67º97.45%30.78%-
HSV(B)266.67º98.71%60.78%-
XYZ8.463.7131.28-
YUV39.77193.03149.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.84%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 155 (60.94% from 255) = 68.28%
R=30.84%
G=0.88%
B=68.28%

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
Decimal7021550.550.9900.39266.6797.4530.78
Hex4629B376302710b611f
Octal10622336714304741314137
Binary1000110101001101111011111000110100111100001011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46029B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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