#600D9D

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

Shades of Indigo #600D9D

Tints of Indigo #600D9D

Color information

#600D9D (or 0x600D9D) is unknown color: approx Indigo. HEX triplet: 60, 0D and 9D. RGB value is (96,13,157). Sum of RGB (Red+Green+Blue) = 96+13+157=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 157 (61.72% from 255 or 59.02% from 266); Max value from RGB is 157 - color contains mainly: blue. Hex color #600D9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600D9D is #9FF262. Grayscale: #353535. Windows color (decimal): -10482275 or 10292576. OLE color: 10292576.

HSL color Cylindrical-coordinate representation of color #600D9D: hue angle of 274.58º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600D9D is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9613157-
CMYK0.390.9200.38
HSL274.58º84.71%33.33%-
HSV(B)274.58º91.72%61.57%-
XYZ11.055.2132.32-
YUV54.23186157.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.09%
GREEN value IS 13 (5.47% from 255) = 4.89%
BLUE value IS 157 (61.72% from 255) = 59.02%
R=36.09%
G=4.89%
B=59.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96131570.390.9200.38274.5884.7133.33
Hex60D9D275C0261135521
Octal140152354713404642312541
Binary1100000110110011101100111101110001001101000100111010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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