#600892

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

Shades of Indigo #600892

Tints of Indigo #600892

Color information

#600892 (or 0x600892) is unknown color: approx Indigo. HEX triplet: 60, 08 and 92. RGB value is (96,8,146). Sum of RGB (Red+Green+Blue) = 96+8+146=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #600892 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600892 is #9FF76D. Grayscale: #313131. Windows color (decimal): -10483566 or 9570400. OLE color: 9570400.

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

Color convert

RGB968146-
CMYK0.340.9500.43
HSL278.26º89.61%30.2%-
HSV(B)278.26º94.52%57.25%-
XYZ10.14.7427.58-
YUV50.04182.15160.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.4%
GREEN value IS 8 (3.52% from 255) = 3.2%
BLUE value IS 146 (57.42% from 255) = 58.4%
R=38.4%
G=3.2%
B=58.4%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9681460.340.9500.43278.2689.6130.2
Hex60892225F02B1165a1e
Octal140102224213705342613236
Binary110000010001001001010001010111110101011100010110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600892; }

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

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

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

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

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

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

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

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