#60189B

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

Shades of Indigo #60189B

Tints of Indigo #60189B

Color information

#60189B (or 0x60189B) is unknown color: approx Indigo. HEX triplet: 60, 18 and 9B. RGB value is (96,24,155). Sum of RGB (Red+Green+Blue) = 96+24+155=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #60189B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60189B is #9FE764. Grayscale: #3C3C3C. Windows color (decimal): -10479461 or 10164320. OLE color: 10164320.

HSL color Cylindrical-coordinate representation of color #60189B: hue angle of 272.98º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #60189B is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9624155-
CMYK0.380.8500.39
HSL272.98º73.18%35.1%-
HSV(B)272.98º84.52%60.78%-
XYZ11.075.5131.49-
YUV60.46181.35153.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.91%
GREEN value IS 24 (9.77% from 255) = 8.73%
BLUE value IS 155 (60.94% from 255) = 56.36%
R=34.91%
G=8.73%
B=56.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal96241550.380.8500.39272.9873.1835.1
Hex60189B26550271114923
Octal140302334612504742111143
Binary11000001100010011011100110101010101001111000100011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60189B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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