Html Css Color HEX #60137C Indigo

📋 copy color: '#60137C'

red 96 ◦ green 19 ◦ blue 124

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

Shades of Indigo #60137C

Tints of Indigo #60137C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 51.88%

R = 40.17%
G = 7.95%
B = 51.88%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60137C (or 0x60137C) is known color: Indigo. HEX triplet: 60, 13 and 7C. RGB value is (96,19,124). Sum of RGB (Red+Green+Blue) = 96+19+124=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #60137C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60137C is #9FEC83. Grayscale: #353535. Windows color (decimal): -10480772 or 8131424. OLE color: 8131424.

HSL color Cylindrical-coordinate representation of color #60137C: hue angle of 284º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #60137C is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 19 124 -
CMYK 0.23 0.85 0 0.51
HSL 284º 0.73% 0.28% -
HSV(B) 284º 0.85% 0.49% -
XYZ 8.69 4.41 19.46 -
YUV 53.99 167.51 157.96 -
System Red Green Blue C M Y K H S L
Decimal 96 19 124 0.23 0.85 0 0.51 284 0.73 0.28
Hex 60 13 7C 17 55 0 33 11C 49 1C
Octal 140 23 174 27 125 0 63 434 111 34
Binary 1100000 10011 1111100 10111 1010101 0 110011 100011100 1001001 11100

Color Harmonies of #60137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60137C

Black with #60137C

Text Example


Text Example

White with #60137C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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