#461494

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

Shades of Indigo #461494

Tints of Indigo #461494

Color information

#461494 (or 0x461494) is unknown color: approx Indigo. HEX triplet: 46, 14 and 94. RGB value is (70,20,148). Sum of RGB (Red+Green+Blue) = 70+20+148=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 148 (58.20% from 255 or 62.18% from 238); Max value from RGB is 148 - color contains mainly: blue. Hex color #461494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461494 is #B9EB6B. Grayscale: #313131. Windows color (decimal): -12184428 or 9704518. OLE color: 9704518.

HSL color Cylindrical-coordinate representation of color #461494: hue angle of 263.44º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461494 is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7020148-
CMYK0.530.8600.42
HSL263.44º76.19%32.94%-
HSV(B)263.44º86.49%58.04%-
XYZ8.123.9428.35-
YUV49.54183.56142.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.41%
GREEN value IS 20 (8.20% from 255) = 8.40%
BLUE value IS 148 (58.20% from 255) = 62.18%
R=29.41%
G=8.40%
B=62.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70201480.530.8600.42263.4476.1932.94
Hex461494355602A1074c21
Octal106242246512605240711441
Binary10001101010010010100110101101011001010101000001111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461494; }

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

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

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

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

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

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

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

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