#600CA1

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

Shades of Indigo #600CA1

Tints of Indigo #600CA1

Color information

#600CA1 (or 0x600CA1) is unknown color: approx Indigo. HEX triplet: 60, 0C and A1. RGB value is (96,12,161). Sum of RGB (Red+Green+Blue) = 96+12+161=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 161 (63.28% from 255 or 59.85% from 269); Max value from RGB is 161 - color contains mainly: blue. Hex color #600CA1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600CA1 is #9FF35E. Grayscale: #353535. Windows color (decimal): -10482527 or 10554464. OLE color: 10554464.

HSL color Cylindrical-coordinate representation of color #600CA1: hue angle of 273.83º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #600CA1 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9612161-
CMYK0.400.9300.37
HSL273.83º86.13%33.92%-
HSV(B)273.83º92.55%63.14%-
XYZ11.395.3234.15-
YUV54.1188.33157.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.69%
GREEN value IS 12 (5.08% from 255) = 4.46%
BLUE value IS 161 (63.28% from 255) = 59.85%
R=35.69%
G=4.46%
B=59.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal96121610.400.9300.37273.8386.1333.92
Hex60CA1285D0251125622
Octal140142415013504542212642
Binary1100000110010100001101000101110101001011000100101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,12,161); }

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

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

 a { background-color: rgb(96,12,161); }

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

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

 span { border-color: rgb(96,12,161); }

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