#60098E

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

Shades of Indigo #60098E

Tints of Indigo #60098E

Color information

#60098E (or 0x60098E) is unknown color: approx Indigo. HEX triplet: 60, 09 and 8E. RGB value is (96,9,142). Sum of RGB (Red+Green+Blue) = 96+9+142=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 142 (55.86% from 255 or 57.49% from 247); Max value from RGB is 142 - color contains mainly: blue. Hex color #60098E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60098E is #9FF671. Grayscale: #313131. Windows color (decimal): -10483314 or 9308512. OLE color: 9308512.

HSL color Cylindrical-coordinate representation of color #60098E: hue angle of 279.25º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #60098E is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB969142-
CMYK0.320.9400.44
HSL279.25º88.08%29.61%-
HSV(B)279.25º93.66%55.69%-
XYZ9.84.6425.97-
YUV50.18179.82160.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.87%
GREEN value IS 9 (3.91% from 255) = 3.64%
BLUE value IS 142 (55.86% from 255) = 57.49%
R=38.87%
G=3.64%
B=57.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9691420.320.9400.44279.2588.0829.61
Hex6098E205E02C117581e
Octal140112164013605442713036
Binary110000010011000111010000010111100101100100010111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60098E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60098E; }

 p { color: rgb(96,9,142); }

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

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

 a { background-color: rgb(96,9,142); }

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

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

 span { border-color: rgb(96,9,142); }

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