#46198E

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

Shades of Persian Indigo #46198E

Tints of Persian Indigo #46198E

Color information

#46198E (or 0x46198E) is unknown color: approx Persian Indigo. HEX triplet: 46, 19 and 8E. RGB value is (70,25,142). Sum of RGB (Red+Green+Blue) = 70+25+142=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 142 (55.86% from 255 or 59.92% from 237); Max value from RGB is 142 - color contains mainly: blue. Hex color #46198E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46198E is #B9E671. Grayscale: #333333. Windows color (decimal): -12183154 or 9312582. OLE color: 9312582.

HSL color Cylindrical-coordinate representation of color #46198E: hue angle of 263.08º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #46198E is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7025142-
CMYK0.510.8200.44
HSL263.08º70.06%32.75%-
HSV(B)263.08º82.39%55.69%-
XYZ7.763.9525.94-
YUV51.79178.91140.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.54%
GREEN value IS 25 (10.16% from 255) = 10.55%
BLUE value IS 142 (55.86% from 255) = 59.92%
R=29.54%
G=10.55%
B=59.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70251420.510.8200.44263.0870.0632.75
Hex46198E335202C1074621
Octal106312166312205440710641
Binary10001101100110001110110011101001001011001000001111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46198E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46198E; }

 p { color: rgb(70,25,142); }

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

<style>
 a { background-color: #46198E; }

 a { background-color: rgb(70,25,142); }

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

<style>
 span { border-color: #46198E; }

 span { border-color: rgb(70,25,142); }

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