#600E92

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

Shades of Indigo #600E92

Tints of Indigo #600E92

Color information

#600E92 (or 0x600E92) is unknown color: approx Indigo. HEX triplet: 60, 0E and 92. RGB value is (96,14,146). Sum of RGB (Red+Green+Blue) = 96+14+146=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #600E92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600E92 is #9FF16D. Grayscale: #353535. Windows color (decimal): -10482030 or 9571936. OLE color: 9571936.

HSL color Cylindrical-coordinate representation of color #600E92: hue angle of 277.27º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #600E92 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9614146-
CMYK0.340.9000.43
HSL277.27º82.5%31.37%-
HSV(B)277.27º90.41%57.25%-
XYZ10.174.8827.6-
YUV53.57180.17158.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.5%
GREEN value IS 14 (5.86% from 255) = 5.47%
BLUE value IS 146 (57.42% from 255) = 57.03%
R=37.5%
G=5.47%
B=57.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal96141460.340.9000.43277.2782.531.37
Hex60E92225A02B115521f
Octal140162224213205342512237
Binary110000011101001001010001010110100101011100010101101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600E92; }

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

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

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

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

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

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

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

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