#600277

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

Shades of Indigo #600277

Tints of Indigo #600277

Color information

#600277 (or 0x600277) is unknown color: approx Indigo. HEX triplet: 60, 02 and 77. RGB value is (96,2,119). Sum of RGB (Red+Green+Blue) = 96+2+119=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #600277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600277 is #9FFD88. Grayscale: #2B2B2B. Windows color (decimal): -10485129 or 7799392. OLE color: 7799392.

HSL color Cylindrical-coordinate representation of color #600277: hue angle of 288.21º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #600277 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB962119-
CMYK0.190.9800.53
HSL288.21º96.69%23.73%-
HSV(B)288.21º98.32%46.67%-
XYZ8.183.8617.77-
YUV43.44170.64165.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.24%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 119 (46.88% from 255) = 54.84%
R=44.24%
G=0.92%
B=54.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9621190.190.9800.53288.2196.6923.73
Hex6027713620351206118
Octal14021672314206544014130
Binary11000001011101111001111000100110101100100000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600277; }

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

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

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

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

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

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

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

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