#600273

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

Shades of Indigo #600273

Tints of Indigo #600273

Color information

#600273 (or 0x600273) is unknown color: approx Indigo. HEX triplet: 60, 02 and 73. RGB value is (96,2,115). Sum of RGB (Red+Green+Blue) = 96+2+115=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #600273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600273 is #9FFD8C. Grayscale: #2A2A2A. Windows color (decimal): -10485133 or 7537248. OLE color: 7537248.

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

Color convert

RGB962115-
CMYK0.170.9800.55
HSL289.91º96.58%22.94%-
HSV(B)289.91º98.26%45.1%-
XYZ7.943.7716.53-
YUV42.99168.64165.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.07%
GREEN value IS 2 (1.17% from 255) = 0.94%
BLUE value IS 115 (45.31% from 255) = 53.99%
R=45.07%
G=0.94%
B=53.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9621150.170.9800.55289.9196.5822.94
Hex6027311620371226117
Octal14021632114206744214127
Binary11000001011100111000111000100110111100100010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600273; }

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

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

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

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

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

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

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

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