Html Css Color HEX #60098E Indigo

📋 copy color: '#60098E'

red 96 ◦ green 9 ◦ blue 142

#60098E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #60098E

Tints of Indigo #60098E

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 value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#60098E (or 0x60098E) is known color: 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

RGB 96 9 142 -
CMYK 0.32 0.94 0 0.44
HSL 279.25º 0.88% 0.3% -
HSV(B) 279.25º 0.94% 0.56% -
XYZ 9.8 4.64 25.97 -
YUV 50.18 179.82 160.69 -
System Red Green Blue C M Y K H S L
Decimal 96 9 142 0.32 0.94 0 0.44 279.25 0.88 0.3
Hex 60 9 8E 20 5E 0 2C 117 58 1E
Octal 140 11 216 40 136 0 54 427 130 36
Binary 1100000 1001 10001110 100000 1011110 0 101100 100010111 1011000 11110

Color Harmonies of #60098E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60098E

Black with #60098E

Text Example


Text Example

White with #60098E

Text Example


Text Example

HTML Codes & Css Web 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>