#461592

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

Shades of Indigo #461592

Tints of Indigo #461592

Color information

#461592 (or 0x461592) is unknown color: approx Indigo. HEX triplet: 46, 15 and 92. RGB value is (70,21,146). Sum of RGB (Red+Green+Blue) = 70+21+146=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 146 (57.42% from 255 or 61.60% from 237); Max value from RGB is 146 - color contains mainly: blue. Hex color #461592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461592 is #B9EA6D. Grayscale: #313131. Windows color (decimal): -12184174 or 9573702. OLE color: 9573702.

HSL color Cylindrical-coordinate representation of color #461592: hue angle of 263.52º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461592 is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7021146-
CMYK0.520.8600.43
HSL263.52º74.85%32.75%-
HSV(B)263.52º85.62%57.25%-
XYZ7.983.9127.53-
YUV49.9182.23142.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.54%
GREEN value IS 21 (8.59% from 255) = 8.86%
BLUE value IS 146 (57.42% from 255) = 61.60%
R=29.54%
G=8.86%
B=61.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70211460.520.8600.43263.5274.8532.75
Hex461592345602B1084b21
Octal106252226412605341011341
Binary10001101010110010010110100101011001010111000010001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461592; }

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

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

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

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

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

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

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

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