Html Css Color HEX #60127A Indigo

📋 copy color: '#60127A'

red 96 ◦ green 18 ◦ blue 122

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

Shades of Indigo #60127A

Tints of Indigo #60127A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.63%

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

R = 40.68%
G = 7.63%
B = 51.69%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#60127A (or 0x60127A) is known color: Indigo. HEX triplet: 60, 12 and 7A. RGB value is (96,18,122). Sum of RGB (Red+Green+Blue) = 96+18+122=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #60127A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60127A is #9FED85. Grayscale: #343434. Windows color (decimal): -10481030 or 8000096. OLE color: 8000096.

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

Color convert

RGB 96 18 122 -
CMYK 0.21 0.85 0 0.52
HSL 285º 0.74% 0.27% -
HSV(B) 285º 0.85% 0.48% -
XYZ 8.55 4.32 18.8 -
YUV 53.18 166.84 158.54 -
System Red Green Blue C M Y K H S L
Decimal 96 18 122 0.21 0.85 0 0.52 285 0.74 0.27
Hex 60 12 7A 15 55 0 34 11D 4A 1B
Octal 140 22 172 25 125 0 64 435 112 33
Binary 1100000 10010 1111010 10101 1010101 0 110100 100011101 1001010 11011

Color Harmonies of #60127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60127A

Black with #60127A

Text Example


Text Example

White with #60127A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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