Html Css Color HEX #60139D Indigo

📋 copy color: '#60139D'

red 96 ◦ green 19 ◦ blue 157

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

Shades of Indigo #60139D

Tints of Indigo #60139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.99%

 BLUE value IS 157 (61.72% from 255) = 57.72%

R = 35.29%
G = 6.99%
B = 57.72%

CMYK

 C value IS 0.39

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60139D (or 0x60139D) is known color: Indigo. HEX triplet: 60, 13 and 9D. RGB value is (96,19,157). Sum of RGB (Red+Green+Blue) = 96+19+157=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #60139D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60139D is #9FEC62. Grayscale: #393939. Windows color (decimal): -10480739 or 10294112. OLE color: 10294112.

HSL color Cylindrical-coordinate representation of color #60139D: hue angle of 273.48º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #60139D is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 19 157 -
CMYK 0.39 0.88 0 0.38
HSL 273.48º 0.78% 0.35% -
HSV(B) 273.48º 0.88% 0.62% -
XYZ 11.14 5.39 32.35 -
YUV 57.76 184.01 155.28 -
System Red Green Blue C M Y K H S L
Decimal 96 19 157 0.39 0.88 0 0.38 273.48 0.78 0.35
Hex 60 13 9D 27 58 0 26 111 4E 23
Octal 140 23 235 47 130 0 46 421 116 43
Binary 1100000 10011 10011101 100111 1011000 0 100110 100010001 1001110 100011

Color Harmonies of #60139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60139D

Black with #60139D

Text Example


Text Example

White with #60139D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,19,157); }

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

background-color css

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

 a { background-color: rgb(96,19,157); }

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

border-color css

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

 span { border-color: rgb(96,19,157); }

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