#461A94

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

Shades of Persian Indigo #461A94

Tints of Persian Indigo #461A94

Color information

#461A94 (or 0x461A94) is unknown color: approx Persian Indigo. HEX triplet: 46, 1A and 94. RGB value is (70,26,148). Sum of RGB (Red+Green+Blue) = 70+26+148=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 148 (58.20% from 255 or 60.66% from 244); Max value from RGB is 148 - color contains mainly: blue. Hex color #461A94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461A94 is #B9E56B. Grayscale: #343434. Windows color (decimal): -12182892 or 9706054. OLE color: 9706054.

HSL color Cylindrical-coordinate representation of color #461A94: hue angle of 261.64º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #461A94 is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7026148-
CMYK0.530.8200.42
HSL261.64º70.11%34.12%-
HSV(B)261.64º82.43%58.04%-
XYZ8.244.1828.39-
YUV53.06181.58140.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.69%
GREEN value IS 26 (10.55% from 255) = 10.66%
BLUE value IS 148 (58.20% from 255) = 60.66%
R=28.69%
G=10.66%
B=60.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70261480.530.8200.42261.6470.1134.12
Hex461A94355202A1064622
Octal106322246512205240610642
Binary10001101101010010100110101101001001010101000001101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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