#461799

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

Shades of Persian Indigo #461799

Tints of Persian Indigo #461799

Color information

#461799 (or 0x461799) is unknown color: approx Persian Indigo. HEX triplet: 46, 17 and 99. RGB value is (70,23,153). Sum of RGB (Red+Green+Blue) = 70+23+153=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #461799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461799 is #B9E866. Grayscale: #333333. Windows color (decimal): -12183655 or 10032966. OLE color: 10032966.

HSL color Cylindrical-coordinate representation of color #461799: hue angle of 261.69º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #461799 is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7023153-
CMYK0.540.8500.4
HSL261.69º73.86%34.51%-
HSV(B)261.69º84.97%60%-
XYZ8.584.2130.5-
YUV51.87185.07140.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.46%
GREEN value IS 23 (9.38% from 255) = 9.35%
BLUE value IS 153 (60.16% from 255) = 62.20%
R=28.46%
G=9.35%
B=62.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal70231530.540.8500.4261.6973.8634.51
Hex46179936550281064a23
Octal106272316612505040611243
Binary10001101011110011001110110101010101010001000001101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461799; }

 p { color: rgb(70,23,153); }

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

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

 a { background-color: rgb(70,23,153); }

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

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

 span { border-color: rgb(70,23,153); }

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