#601075

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

Shades of Indigo #601075

Tints of Indigo #601075

Color information

#601075 (or 0x601075) is unknown color: approx Indigo. HEX triplet: 60, 10 and 75. RGB value is (96,16,117). Sum of RGB (Red+Green+Blue) = 96+16+117=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #601075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601075 is #9FEF8A. Grayscale: #333333. Windows color (decimal): -10481547 or 7671904. OLE color: 7671904.

HSL color Cylindrical-coordinate representation of color #601075: hue angle of 287.52º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #601075 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9616117-
CMYK0.180.8600.54
HSL287.52º75.94%26.08%-
HSV(B)287.52º86.32%45.88%-
XYZ8.224.1417.2-
YUV51.43165159.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.92%
GREEN value IS 16 (6.64% from 255) = 6.99%
BLUE value IS 117 (46.09% from 255) = 51.09%
R=41.92%
G=6.99%
B=51.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96161170.180.8600.54287.5275.9426.08
Hex60107512560361204c1a
Octal140201652212606644011432
Binary11000001000011101011001010101100110110100100000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601075; }

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

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

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

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

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

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

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

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