#60109B

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

Shades of Indigo #60109B

Tints of Indigo #60109B

Color information

#60109B (or 0x60109B) is unknown color: approx Indigo. HEX triplet: 60, 10 and 9B. RGB value is (96,16,155). Sum of RGB (Red+Green+Blue) = 96+16+155=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #60109B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60109B is #9FEF64. Grayscale: #373737. Windows color (decimal): -10481509 or 10162272. OLE color: 10162272.

HSL color Cylindrical-coordinate representation of color #60109B: hue angle of 274.53º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #60109B is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9616155-
CMYK0.380.9000.39
HSL274.53º81.29%33.53%-
HSV(B)274.53º89.68%60.78%-
XYZ10.935.2231.44-
YUV55.77184156.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.96%
GREEN value IS 16 (6.64% from 255) = 5.99%
BLUE value IS 155 (60.94% from 255) = 58.05%
R=35.96%
G=5.99%
B=58.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal96161550.380.9000.39274.5381.2933.53
Hex60109B265A0271135122
Octal140202334613204742312142
Binary11000001000010011011100110101101001001111000100111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60109B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60109B; }

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

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

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

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

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

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

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

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