#601278

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

Shades of Indigo #601278

Tints of Indigo #601278

Color information

#601278 (or 0x601278) is unknown color: approx Indigo. HEX triplet: 60, 12 and 78. RGB value is (96,18,120). Sum of RGB (Red+Green+Blue) = 96+18+120=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #601278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601278 is #9FED87. Grayscale: #343434. Windows color (decimal): -10481032 or 7869024. OLE color: 7869024.

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

Color convert

RGB9618120-
CMYK0.20.8500.53
HSL285.88º73.91%27.06%-
HSV(B)285.88º85%47.06%-
XYZ8.434.2818.15-
YUV52.95165.84158.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.03%
GREEN value IS 18 (7.42% from 255) = 7.69%
BLUE value IS 120 (47.27% from 255) = 51.28%
R=41.03%
G=7.69%
B=51.28%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96181200.20.8500.53285.8873.9127.06
Hex601278145503511e4a1b
Octal140221702412506543611233
Binary11000001001011110001010010101010110101100011110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601278; }

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

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

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

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

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

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

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

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