#600D85

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

Shades of Indigo #600D85

Tints of Indigo #600D85

Color information

#600D85 (or 0x600D85) is unknown color: approx Indigo. HEX triplet: 60, 0D and 85. RGB value is (96,13,133). Sum of RGB (Red+Green+Blue) = 96+13+133=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #600D85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600D85 is #9FF27A. Grayscale: #333333. Windows color (decimal): -10482299 or 8719712. OLE color: 8719712.

HSL color Cylindrical-coordinate representation of color #600D85: hue angle of 281.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #600D85 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9613133-
CMYK0.280.9000.48
HSL281.5º82.19%28.63%-
HSV(B)281.5º90.23%52.16%-
XYZ9.24.4722.57-
YUV51.5174159.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.67%
GREEN value IS 13 (5.47% from 255) = 5.37%
BLUE value IS 133 (52.34% from 255) = 54.96%
R=39.67%
G=5.37%
B=54.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96131330.280.9000.48281.582.1928.63
Hex60D851C5A03011a521d
Octal140152053413206043212235
Binary11000001101100001011110010110100110000100011010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600D85; }

 p { color: rgb(96,13,133); }

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

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

 a { background-color: rgb(96,13,133); }

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

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

 span { border-color: rgb(96,13,133); }

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