#600198

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

Shades of Indigo #600198

Tints of Indigo #600198

Color information

#600198 (or 0x600198) is unknown color: approx Indigo. HEX triplet: 60, 01 and 98. RGB value is (96,1,152). Sum of RGB (Red+Green+Blue) = 96+1+152=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 152 (59.77% from 255 or 61.04% from 249); Max value from RGB is 152 - color contains mainly: blue. Hex color #600198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600198 is #9FFE67. Grayscale: #2E2E2E. Windows color (decimal): -10485352 or 9961824. OLE color: 9961824.

HSL color Cylindrical-coordinate representation of color #600198: hue angle of 277.75º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #600198 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB961152-
CMYK0.370.9900.40
HSL277.75º98.69%30%-
HSV(B)277.75º99.34%59.61%-
XYZ10.54.7830.07-
YUV46.62187.47163.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.55%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 152 (59.77% from 255) = 61.04%
R=38.55%
G=0.40%
B=61.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal9611520.370.9900.40277.7598.6930
Hex601982563028116631e
Octal14012304514305042614336
Binary110000011001100010010111000110101000100010110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600198; }

 p { color: rgb(96,1,152); }

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

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

 a { background-color: rgb(96,1,152); }

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

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

 span { border-color: rgb(96,1,152); }

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