Html Css Color HEX #60137A Indigo

📋 copy color: '#60137A'

red 96 ◦ green 19 ◦ blue 122

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

Shades of Indigo #60137A

Tints of Indigo #60137A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 51.48%

R = 40.51%
G = 8.02%
B = 51.48%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#60137A (or 0x60137A) is known color: Indigo. HEX triplet: 60, 13 and 7A. RGB value is (96,19,122). Sum of RGB (Red+Green+Blue) = 96+19+122=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #60137A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60137A is #9FEC85. Grayscale: #353535. Windows color (decimal): -10480774 or 8000352. OLE color: 8000352.

HSL color Cylindrical-coordinate representation of color #60137A: hue angle of 284.85º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #60137A is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 96 19 122 -
CMYK 0.21 0.84 0 0.52
HSL 284.85º 0.73% 0.28% -
HSV(B) 284.85º 0.84% 0.48% -
XYZ 8.57 4.36 18.8 -
YUV 53.77 166.51 158.12 -
System Red Green Blue C M Y K H S L
Decimal 96 19 122 0.21 0.84 0 0.52 284.85 0.73 0.28
Hex 60 13 7A 15 54 0 34 11D 49 1C
Octal 140 23 172 25 124 0 64 435 111 34
Binary 1100000 10011 1111010 10101 1010100 0 110100 100011101 1001001 11100

Color Harmonies of #60137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60137A

Black with #60137A

Text Example


Text Example

White with #60137A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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