#600073

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

Shades of Indigo #600073

Tints of Indigo #600073

Color information

#600073 (or 0x600073) is unknown color: approx Indigo. HEX triplet: 60, 00 and 73. RGB value is (96,0,115). Sum of RGB (Red+Green+Blue) = 96+0+115=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #600073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600073 is #9FFF8C. Grayscale: #292929. Windows color (decimal): -10485645 or 7536736. OLE color: 7536736.

HSL color Cylindrical-coordinate representation of color #600073: hue angle of 290.09º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #600073 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB960115-
CMYK0.17100.55
HSL290.09º100%22.55%-
HSV(B)290.09º100%45.1%-
XYZ7.923.7216.52-
YUV41.81169.3166.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 115 (45.31% from 255) = 54.50%
R=45.50%
G=0%
B=54.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9601150.17100.55290.0910022.55
Hex6007311640371226417
Octal14001632114406744214427
Binary1100000011100111000111001000110111100100010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600073; }

 p { color: rgb(96,0,115); }

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

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

 a { background-color: rgb(96,0,115); }

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

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

 span { border-color: rgb(96,0,115); }

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