Html Css Color HEX #60098C Indigo

📋 copy color: '#60098C'

red 96 ◦ green 9 ◦ blue 140

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

Shades of Indigo #60098C

Tints of Indigo #60098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 57.14%

R = 39.18%
G = 3.67%
B = 57.14%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60098C (or 0x60098C) is known color: Indigo. HEX triplet: 60, 09 and 8C. RGB value is (96,9,140). Sum of RGB (Red+Green+Blue) = 96+9+140=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #60098C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60098C is #9FF673. Grayscale: #313131. Windows color (decimal): -10483316 or 9177440. OLE color: 9177440.

HSL color Cylindrical-coordinate representation of color #60098C: hue angle of 279.85º 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 #60098C is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 9 140 -
CMYK 0.31 0.94 0 0.45
HSL 279.85º 0.88% 0.29% -
HSV(B) 279.85º 0.94% 0.55% -
XYZ 9.66 4.58 25.19 -
YUV 49.95 178.82 160.85 -
System Red Green Blue C M Y K H S L
Decimal 96 9 140 0.31 0.94 0 0.45 279.85 0.88 0.29
Hex 60 9 8C 1F 5E 0 2D 118 58 1D
Octal 140 11 214 37 136 0 55 430 130 35
Binary 1100000 1001 10001100 11111 1011110 0 101101 100011000 1011000 11101

Color Harmonies of #60098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60098C

Black with #60098C

Text Example


Text Example

White with #60098C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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