#461092

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

Shades of Indigo #461092

Tints of Indigo #461092

Color information

#461092 (or 0x461092) is unknown color: approx Indigo. HEX triplet: 46, 10 and 92. RGB value is (70,16,146). Sum of RGB (Red+Green+Blue) = 70+16+146=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 146 (57.42% from 255 or 62.93% from 232); Max value from RGB is 146 - color contains mainly: blue. Hex color #461092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461092 is #B9EF6D. Grayscale: #2E2E2E. Windows color (decimal): -12185454 or 9572422. OLE color: 9572422.

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

Color convert

RGB7016146-
CMYK0.520.8900.43
HSL264.92º80.25%31.76%-
HSV(B)264.92º89.04%57.25%-
XYZ7.93.7527.5-
YUV46.97183.89144.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 16 (6.64% from 255) = 6.90%
BLUE value IS 146 (57.42% from 255) = 62.93%
R=30.17%
G=6.90%
B=62.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70161460.520.8900.43264.9280.2531.76
Hex461092345902B1095020
Octal106202226413105341112040
Binary10001101000010010010110100101100101010111000010011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461092; }

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

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

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

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

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

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

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

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