#461798

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

Shades of Persian Indigo #461798

Tints of Persian Indigo #461798

Color information

#461798 (or 0x461798) is unknown color: approx Persian Indigo. HEX triplet: 46, 17 and 98. RGB value is (70,23,152). Sum of RGB (Red+Green+Blue) = 70+23+152=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 152 (59.77% from 255 or 62.04% from 245); Max value from RGB is 152 - color contains mainly: blue. Hex color #461798 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461798 is #B9E867. Grayscale: #333333. Windows color (decimal): -12183656 or 9967430. OLE color: 9967430.

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

Color convert

RGB7023152-
CMYK0.540.8500.40
HSL261.86º73.71%34.31%-
HSV(B)261.86º84.87%59.61%-
XYZ8.54.1830.06-
YUV51.76184.57141.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.57%
GREEN value IS 23 (9.38% from 255) = 9.39%
BLUE value IS 152 (59.77% from 255) = 62.04%
R=28.57%
G=9.39%
B=62.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70231520.540.8500.40261.8673.7134.31
Hex46179836550281064a22
Octal106272306612505040611242
Binary10001101011110011000110110101010101010001000001101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461798; }

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

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

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

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

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

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

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

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