Html Css Color HEX #60129F Indigo

📋 copy color: '#60129F'

red 96 ◦ green 18 ◦ blue 159

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

Shades of Indigo #60129F

Tints of Indigo #60129F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 58.24%

R = 35.16%
G = 6.59%
B = 58.24%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60129F (or 0x60129F) is known color: Indigo. HEX triplet: 60, 12 and 9F. RGB value is (96,18,159). Sum of RGB (Red+Green+Blue) = 96+18+159=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #60129F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60129F is #9FED60. Grayscale: #383838. Windows color (decimal): -10480993 or 10424928. OLE color: 10424928.

HSL color Cylindrical-coordinate representation of color #60129F: hue angle of 273.19º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #60129F is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 18 159 -
CMYK 0.40 0.89 0 0.38
HSL 273.19º 0.8% 0.35% -
HSV(B) 273.19º 0.89% 0.62% -
XYZ 11.3 5.42 33.25 -
YUV 57.4 185.34 155.54 -
System Red Green Blue C M Y K H S L
Decimal 96 18 159 0.40 0.89 0 0.38 273.19 0.8 0.35
Hex 60 12 9F 28 59 0 26 111 50 23
Octal 140 22 237 50 131 0 46 421 120 43
Binary 1100000 10010 10011111 101000 1011001 0 100110 100010001 1010000 100011

Color Harmonies of #60129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60129F

Black with #60129F

Text Example


Text Example

White with #60129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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