#461594

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

Shades of Indigo #461594

Tints of Indigo #461594

Color information

#461594 (or 0x461594) is unknown color: approx Indigo. HEX triplet: 46, 15 and 94. RGB value is (70,21,148). Sum of RGB (Red+Green+Blue) = 70+21+148=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 148 (58.20% from 255 or 61.92% from 239); Max value from RGB is 148 - color contains mainly: blue. Hex color #461594 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461594 is #B9EA6B. Grayscale: #313131. Windows color (decimal): -12184172 or 9704774. OLE color: 9704774.

HSL color Cylindrical-coordinate representation of color #461594: hue angle of 263.15º degrees, saturation: 0.75, 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 #461594 is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7021148-
CMYK0.530.8600.42
HSL263.15º75.15%33.14%-
HSV(B)263.15º85.81%58.04%-
XYZ8.143.9828.36-
YUV50.13183.23142.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.29%
GREEN value IS 21 (8.59% from 255) = 8.79%
BLUE value IS 148 (58.20% from 255) = 61.92%
R=29.29%
G=8.79%
B=61.92%

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
Decimal70211480.530.8600.42263.1575.1533.14
Hex461594355602A1074b21
Octal106252246512605240711341
Binary10001101010110010100110101101011001010101000001111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461594; }

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

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

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

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

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

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

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

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