Html Css Color HEX #60118F Indigo

📋 copy color: '#60118F'

red 96 ◦ green 17 ◦ blue 143

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

Shades of Indigo #60118F

Tints of Indigo #60118F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.64%

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

R = 37.5%
G = 6.64%
B = 55.86%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#60118F (or 0x60118F) is known color: Indigo. HEX triplet: 60, 11 and 8F. RGB value is (96,17,143). Sum of RGB (Red+Green+Blue) = 96+17+143=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 143 (56.25% from 255 or 55.86% from 256); Max value from RGB is 143 - color contains mainly: blue. Hex color #60118F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60118F is #9FEE70. Grayscale: #363636. Windows color (decimal): -10481265 or 9376096. OLE color: 9376096.

HSL color Cylindrical-coordinate representation of color #60118F: hue angle of 277.62º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #60118F is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 17 143 -
CMYK 0.33 0.88 0 0.44
HSL 277.62º 0.79% 0.31% -
HSV(B) 277.62º 0.88% 0.56% -
XYZ 9.98 4.87 26.4 -
YUV 54.99 177.67 157.25 -
System Red Green Blue C M Y K H S L
Decimal 96 17 143 0.33 0.88 0 0.44 277.62 0.79 0.31
Hex 60 11 8F 21 58 0 2C 116 4F 1F
Octal 140 21 217 41 130 0 54 426 117 37
Binary 1100000 10001 10001111 100001 1011000 0 101100 100010110 1001111 11111

Color Harmonies of #60118F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60118F

Black with #60118F

Text Example


Text Example

White with #60118F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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