#601294

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

Shades of Indigo #601294

Tints of Indigo #601294

Color information

#601294 (or 0x601294) is unknown color: approx Indigo. HEX triplet: 60, 12 and 94. RGB value is (96,18,148). Sum of RGB (Red+Green+Blue) = 96+18+148=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #601294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601294 is #9FED6B. Grayscale: #373737. Windows color (decimal): -10481004 or 9704032. OLE color: 9704032.

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

Color convert

RGB9618148-
CMYK0.350.8800.42
HSL276º78.31%32.55%-
HSV(B)276º87.84%58.04%-
XYZ10.395.0628.45-
YUV56.14179.84156.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.64%
GREEN value IS 18 (7.42% from 255) = 6.87%
BLUE value IS 148 (58.20% from 255) = 56.49%
R=36.64%
G=6.87%
B=56.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96181480.350.8800.4227678.3132.55
Hex601294235802A1144e21
Octal140222244313005242411641
Binary11000001001010010100100011101100001010101000101001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601294; }

 p { color: rgb(96,18,148); }

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

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

 a { background-color: rgb(96,18,148); }

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

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

 span { border-color: rgb(96,18,148); }

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