Html Css Color HEX #60098F Indigo

📋 copy color: '#60098F'

red 96 ◦ green 9 ◦ blue 143

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

Shades of Indigo #60098F

Tints of Indigo #60098F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 57.66%

R = 38.71%
G = 3.63%
B = 57.66%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#60098F (or 0x60098F) is known color: Indigo. HEX triplet: 60, 09 and 8F. RGB value is (96,9,143). Sum of RGB (Red+Green+Blue) = 96+9+143=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 143 (56.25% from 255 or 57.66% from 248); Max value from RGB is 143 - color contains mainly: blue. Hex color #60098F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60098F is #9FF670. Grayscale: #313131. Windows color (decimal): -10483313 or 9374048. OLE color: 9374048.

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

Color convert

RGB 96 9 143 -
CMYK 0.33 0.94 0 0.44
HSL 278.96º 0.88% 0.3% -
HSV(B) 278.96º 0.94% 0.56% -
XYZ 9.88 4.67 26.37 -
YUV 50.29 180.32 160.6 -
System Red Green Blue C M Y K H S L
Decimal 96 9 143 0.33 0.94 0 0.44 278.96 0.88 0.3
Hex 60 9 8F 21 5E 0 2C 117 58 1E
Octal 140 11 217 41 136 0 54 427 130 36
Binary 1100000 1001 10001111 100001 1011110 0 101100 100010111 1011000 11110

Color Harmonies of #60098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60098F

Black with #60098F

Text Example


Text Example

White with #60098F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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