#46189B

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

Shades of Persian Indigo #46189B

Tints of Persian Indigo #46189B

Color information

#46189B (or 0x46189B) is unknown color: approx Persian Indigo. HEX triplet: 46, 18 and 9B. RGB value is (70,24,155). Sum of RGB (Red+Green+Blue) = 70+24+155=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #46189B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46189B is #B9E764. Grayscale: #343434. Windows color (decimal): -12183397 or 10164294. OLE color: 10164294.

HSL color Cylindrical-coordinate representation of color #46189B: hue angle of 261.07º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #46189B is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7024155-
CMYK0.550.8500.39
HSL261.07º73.18%35.1%-
HSV(B)261.07º84.52%60.78%-
XYZ8.774.3231.38-
YUV52.69185.74140.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.11%
GREEN value IS 24 (9.77% from 255) = 9.64%
BLUE value IS 155 (60.94% from 255) = 62.25%
R=28.11%
G=9.64%
B=62.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70241550.550.8500.39261.0773.1835.1
Hex46189B37550271054923
Octal106302336712504740511143
Binary10001101100010011011110111101010101001111000001011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46189B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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