#600592

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

Shades of Indigo #600592

Tints of Indigo #600592

Color information

#600592 (or 0x600592) is unknown color: approx Indigo. HEX triplet: 60, 05 and 92. RGB value is (96,5,146). Sum of RGB (Red+Green+Blue) = 96+5+146=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #600592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600592 is #9FFA6D. Grayscale: #2F2F2F. Windows color (decimal): -10484334 or 9569632. OLE color: 9569632.

HSL color Cylindrical-coordinate representation of color #600592: hue angle of 278.72º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #600592 is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB965146-
CMYK0.340.9700.43
HSL278.72º93.38%29.61%-
HSV(B)278.72º96.58%57.25%-
XYZ10.074.6727.57-
YUV48.28183.15162.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.87%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 146 (57.42% from 255) = 59.11%
R=38.87%
G=2.02%
B=59.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9651460.340.9700.43278.7293.3829.61
Hex60592226102B1175d1e
Octal14052224214105342713536
Binary11000001011001001010001011000010101011100010111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600592; }

 p { color: rgb(96,5,146); }

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

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

 a { background-color: rgb(96,5,146); }

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

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

 span { border-color: rgb(96,5,146); }

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