#601078

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

Shades of Indigo #601078

Tints of Indigo #601078

Color information

#601078 (or 0x601078) is unknown color: approx Indigo. HEX triplet: 60, 10 and 78. RGB value is (96,16,120). Sum of RGB (Red+Green+Blue) = 96+16+120=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #601078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601078 is #9FEF87. Grayscale: #333333. Windows color (decimal): -10481544 or 7868512. OLE color: 7868512.

HSL color Cylindrical-coordinate representation of color #601078: hue angle of 286.15º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #601078 is Cyan = 0.2, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9616120-
CMYK0.20.8700.53
HSL286.15º76.47%26.67%-
HSV(B)286.15º86.67%47.06%-
XYZ8.44.2118.14-
YUV51.78166.5159.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.38%
GREEN value IS 16 (6.64% from 255) = 6.90%
BLUE value IS 120 (47.27% from 255) = 51.72%
R=41.38%
G=6.90%
B=51.72%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96161200.20.8700.53286.1576.4726.67
Hex601078145703511e4c1b
Octal140201702412706543611433
Binary11000001000011110001010010101110110101100011110100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601078; }

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

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

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

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

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

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

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

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