#46039A

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

Shades of Indigo #46039A

Tints of Indigo #46039A

Color information

#46039A (or 0x46039A) is unknown color: approx Indigo. HEX triplet: 46, 03 and 9A. RGB value is (70,3,154). Sum of RGB (Red+Green+Blue) = 70+3+154=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 154 (60.55% from 255 or 67.84% from 227); Max value from RGB is 154 - color contains mainly: blue. Hex color #46039A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46039A is #B9FC65. Grayscale: #272727. Windows color (decimal): -12188774 or 10093382. OLE color: 10093382.

HSL color Cylindrical-coordinate representation of color #46039A: hue angle of 266.62º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #46039A is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB703154-
CMYK0.550.9800.40
HSL266.62º96.18%30.78%-
HSV(B)266.62º98.05%60.39%-
XYZ8.393.730.84-
YUV40.25192.2149.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.84%
GREEN value IS 3 (1.56% from 255) = 1.32%
BLUE value IS 154 (60.55% from 255) = 67.84%
R=30.84%
G=1.32%
B=67.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal7031540.550.9800.40266.6296.1830.78
Hex4639A376202810b601f
Octal10632326714205041314037
Binary1000110111001101011011111000100101000100001011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46039A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46039A; }

 p { color: rgb(70,3,154); }

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

<style>
 a { background-color: #46039A; }

 a { background-color: rgb(70,3,154); }

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

<style>
 span { border-color: #46039A; }

 span { border-color: rgb(70,3,154); }

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