#601092

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

Shades of Indigo #601092

Tints of Indigo #601092

Color information

#601092 (or 0x601092) is unknown color: approx Indigo. HEX triplet: 60, 10 and 92. RGB value is (96,16,146). Sum of RGB (Red+Green+Blue) = 96+16+146=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 146 (57.42% from 255 or 56.59% from 258); Max value from RGB is 146 - color contains mainly: blue. Hex color #601092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601092 is #9FEF6D. Grayscale: #363636. Windows color (decimal): -10481518 or 9572448. OLE color: 9572448.

HSL color Cylindrical-coordinate representation of color #601092: hue angle of 276.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 #601092 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9616146-
CMYK0.340.8900.43
HSL276.92º80.25%31.76%-
HSV(B)276.92º89.04%57.25%-
XYZ10.24.9327.61-
YUV54.74179.5157.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.21%
GREEN value IS 16 (6.64% from 255) = 6.20%
BLUE value IS 146 (57.42% from 255) = 56.59%
R=37.21%
G=6.20%
B=56.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal96161460.340.8900.43276.9280.2531.76
Hex601092225902B1155020
Octal140202224213105342512040
Binary11000001000010010010100010101100101010111000101011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601092; }

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

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

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

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

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

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

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

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