#46027B

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

Shades of Indigo #46027B

Tints of Indigo #46027B

Color information

#46027B (or 0x46027B) is unknown color: approx Indigo. HEX triplet: 46, 02 and 7B. RGB value is (70,2,123). Sum of RGB (Red+Green+Blue) = 70+2+123=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 123 (48.44% from 255 or 63.08% from 195); Max value from RGB is 123 - color contains mainly: blue. Hex color #46027B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46027B is #B9FD84. Grayscale: #232323. Windows color (decimal): -12189061 or 8061510. OLE color: 8061510.

HSL color Cylindrical-coordinate representation of color #46027B: hue angle of 273.72º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #46027B is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB702123-
CMYK0.430.9800.52
HSL273.72º96.8%24.51%-
HSV(B)273.72º98.37%48.24%-
XYZ6.122.7818.95-
YUV36.13177.03152.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.90%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 123 (48.44% from 255) = 63.08%
R=35.90%
G=1.03%
B=63.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7021230.430.9800.52273.7296.824.51
Hex4627B2B620341126119
Octal10621735314206442214131
Binary100011010111101110101111000100110100100010010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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