Html Css Color HEX #60109D Indigo

📋 copy color: '#60109D'

red 96 ◦ green 16 ◦ blue 157

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

Shades of Indigo #60109D

Tints of Indigo #60109D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.95%

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

R = 35.69%
G = 5.95%
B = 58.36%

CMYK

 C value IS 0.39

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60109D (or 0x60109D) is known color: Indigo. HEX triplet: 60, 10 and 9D. RGB value is (96,16,157). Sum of RGB (Red+Green+Blue) = 96+16+157=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #60109D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60109D is #9FEF62. Grayscale: #373737. Windows color (decimal): -10481507 or 10293344. OLE color: 10293344.

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

Color convert

RGB 96 16 157 -
CMYK 0.39 0.90 0 0.38
HSL 274.04º 0.82% 0.34% -
HSV(B) 274.04º 0.9% 0.62% -
XYZ 11.09 5.29 32.33 -
YUV 55.99 185 156.54 -
System Red Green Blue C M Y K H S L
Decimal 96 16 157 0.39 0.90 0 0.38 274.04 0.82 0.34
Hex 60 10 9D 27 5A 0 26 112 52 22
Octal 140 20 235 47 132 0 46 422 122 42
Binary 1100000 10000 10011101 100111 1011010 0 100110 100010010 1010010 100010

Color Harmonies of #60109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60109D

Black with #60109D

Text Example


Text Example

White with #60109D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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