#461996

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

Shades of Persian Indigo #461996

Tints of Persian Indigo #461996

Color information

#461996 (or 0x461996) is unknown color: approx Persian Indigo. HEX triplet: 46, 19 and 96. RGB value is (70,25,150). Sum of RGB (Red+Green+Blue) = 70+25+150=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 150 (58.98% from 255 or 61.22% from 245); Max value from RGB is 150 - color contains mainly: blue. Hex color #461996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461996 is #B9E669. Grayscale: #343434. Windows color (decimal): -12183146 or 9836870. OLE color: 9836870.

HSL color Cylindrical-coordinate representation of color #461996: hue angle of 261.6º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #461996 is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7025150-
CMYK0.530.8300.41
HSL261.6º71.43%34.31%-
HSV(B)261.6º83.33%58.82%-
XYZ8.384.229.22-
YUV52.7182.91140.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.57%
GREEN value IS 25 (10.16% from 255) = 10.20%
BLUE value IS 150 (58.98% from 255) = 61.22%
R=28.57%
G=10.20%
B=61.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal70251500.530.8300.41261.671.4334.31
Hex46199635530291064722
Octal106312266512305140610742
Binary10001101100110010110110101101001101010011000001101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461996; }

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

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

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

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

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

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

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

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