Html Css Color HEX #60129D Indigo

📋 copy color: '#60129D'

red 96 ◦ green 18 ◦ blue 157

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

Shades of Indigo #60129D

Tints of Indigo #60129D

RGB

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

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

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

R = 35.42%
G = 6.64%
B = 57.93%

CMYK

 C value IS 0.39

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60129D (or 0x60129D) is known color: Indigo. HEX triplet: 60, 12 and 9D. RGB value is (96,18,157). Sum of RGB (Red+Green+Blue) = 96+18+157=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #60129D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60129D is #9FED62. Grayscale: #383838. Windows color (decimal): -10480995 or 10293856. OLE color: 10293856.

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

Color convert

RGB 96 18 157 -
CMYK 0.39 0.89 0 0.38
HSL 273.67º 0.79% 0.34% -
HSV(B) 273.67º 0.89% 0.62% -
XYZ 11.13 5.35 32.35 -
YUV 57.17 184.34 155.7 -
System Red Green Blue C M Y K H S L
Decimal 96 18 157 0.39 0.89 0 0.38 273.67 0.79 0.34
Hex 60 12 9D 27 59 0 26 112 4F 22
Octal 140 22 235 47 131 0 46 422 117 42
Binary 1100000 10010 10011101 100111 1011001 0 100110 100010010 1001111 100010

Color Harmonies of #60129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60129D

Black with #60129D

Text Example


Text Example

White with #60129D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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