#46097F

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

Shades of Indigo #46097F

Tints of Indigo #46097F

Color information

#46097F (or 0x46097F) is unknown color: approx Indigo. HEX triplet: 46, 09 and 7F. RGB value is (70,9,127). Sum of RGB (Red+Green+Blue) = 70+9+127=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 127 (50% from 255 or 61.65% from 206); Max value from RGB is 127 - color contains mainly: blue. Hex color #46097F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46097F is #B9F680. Grayscale: #282828. Windows color (decimal): -12187265 or 8325446. OLE color: 8325446.

HSL color Cylindrical-coordinate representation of color #46097F: hue angle of 271.02º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #46097F is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB709127-
CMYK0.450.9300.50
HSL271.02º86.76%26.67%-
HSV(B)271.02º92.91%49.8%-
XYZ6.453.0320.32-
YUV40.69176.71148.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.98%
GREEN value IS 9 (3.91% from 255) = 4.37%
BLUE value IS 127 (50% from 255) = 61.65%
R=33.98%
G=4.37%
B=61.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7091270.450.9300.50271.0286.7626.67
Hex4697F2D5D03210f571b
Octal106111775513506241712733
Binary10001101001111111110110110111010110010100001111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46097F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46097F; }

 p { color: rgb(70,9,127); }

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

<style>
 a { background-color: #46097F; }

 a { background-color: rgb(70,9,127); }

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

<style>
 span { border-color: #46097F; }

 span { border-color: rgb(70,9,127); }

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