#46009F

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

Shades of Indigo #46009F

Tints of Indigo #46009F

Color information

#46009F (or 0x46009F) is unknown color: approx Indigo. HEX triplet: 46, 00 and 9F. RGB value is (70,0,159). Sum of RGB (Red+Green+Blue) = 70+0+159=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 159 (62.5% from 255 or 69.43% from 229); Max value from RGB is 159 - color contains mainly: blue. Hex color #46009F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46009F is #B9FF60. Grayscale: #262626. Windows color (decimal): -12189537 or 10420294. OLE color: 10420294.

HSL color Cylindrical-coordinate representation of color #46009F: hue angle of 266.42º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46009F is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB700159-
CMYK0.56100.38
HSL266.42º100%31.18%-
HSV(B)266.42º100%62.35%-
XYZ8.783.8133.07-
YUV39.06195.69150.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 69.43%
R=30.57%
G=0%
B=69.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7001590.56100.38266.4210031.18
Hex4609F386402610a641f
Octal10602377014404641214437
Binary100011001001111111100011001000100110100001010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,0,159); }

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

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

 a { background-color: rgb(70,0,159); }

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

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

 span { border-color: rgb(70,0,159); }

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