Html Css Color HEX #60098D Indigo

📋 copy color: '#60098D'

red 96 ◦ green 9 ◦ blue 141

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

Shades of Indigo #60098D

Tints of Indigo #60098D

RGB

 RED value IS 96 (37.89% from 255) = 39.02%

 GREEN value IS 9 (3.91% from 255) = 3.66%

 BLUE value IS 141 (55.47% from 255) = 57.32%

R = 39.02%
G = 3.66%
B = 57.32%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60098D (or 0x60098D) is known color: Indigo. HEX triplet: 60, 09 and 8D. RGB value is (96,9,141). Sum of RGB (Red+Green+Blue) = 96+9+141=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 141 (55.47% from 255 or 57.32% from 246); Max value from RGB is 141 - color contains mainly: blue. Hex color #60098D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60098D is #9FF672. Grayscale: #313131. Windows color (decimal): -10483315 or 9242976. OLE color: 9242976.

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

Color convert

RGB 96 9 141 -
CMYK 0.32 0.94 0 0.45
HSL 279.55º 0.88% 0.29% -
HSV(B) 279.55º 0.94% 0.55% -
XYZ 9.73 4.61 25.58 -
YUV 50.06 179.32 160.77 -
System Red Green Blue C M Y K H S L
Decimal 96 9 141 0.32 0.94 0 0.45 279.55 0.88 0.29
Hex 60 9 8D 20 5E 0 2D 118 58 1D
Octal 140 11 215 40 136 0 55 430 130 35
Binary 1100000 1001 10001101 100000 1011110 0 101101 100011000 1011000 11101

Color Harmonies of #60098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60098D

Black with #60098D

Text Example


Text Example

White with #60098D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60098D;
 }
 .AnyTagClassName
 {
   color: #60098D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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