#461A96

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

Shades of Persian Indigo #461A96

Tints of Persian Indigo #461A96

Color information

#461A96 (or 0x461A96) is unknown color: approx Persian Indigo. HEX triplet: 46, 1A and 96. RGB value is (70,26,150). Sum of RGB (Red+Green+Blue) = 70+26+150=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 150 (58.98% from 255 or 60.98% from 246); Max value from RGB is 150 - color contains mainly: blue. Hex color #461A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461A96 is #B9E569. Grayscale: #343434. Windows color (decimal): -12182890 or 9837126. OLE color: 9837126.

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

Color convert

RGB7026150-
CMYK0.530.8300.41
HSL261.29º70.45%34.51%-
HSV(B)261.29º82.67%58.82%-
XYZ8.44.2429.23-
YUV53.29182.58139.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.46%
GREEN value IS 26 (10.55% from 255) = 10.57%
BLUE value IS 150 (58.98% from 255) = 60.98%
R=28.46%
G=10.57%
B=60.98%

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
Decimal70261500.530.8300.41261.2970.4534.51
Hex461A9635530291054623
Octal106322266512305140510643
Binary10001101101010010110110101101001101010011000001011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461A96; }

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

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

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

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

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

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

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

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