Html Css Color HEX #60109F Indigo

📋 copy color: '#60109F'

red 96 ◦ green 16 ◦ blue 159

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

Shades of Indigo #60109F

Tints of Indigo #60109F

RGB

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

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

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

R = 35.42%
G = 5.9%
B = 58.67%

CMYK

 C value IS 0.40

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60109F (or 0x60109F) is known color: Indigo. HEX triplet: 60, 10 and 9F. RGB value is (96,16,159). Sum of RGB (Red+Green+Blue) = 96+16+159=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #60109F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60109F is #9FEF60. Grayscale: #373737. Windows color (decimal): -10481505 or 10424416. OLE color: 10424416.

HSL color Cylindrical-coordinate representation of color #60109F: hue angle of 273.57º 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 #60109F is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 16 159 -
CMYK 0.40 0.90 0 0.38
HSL 273.57º 0.82% 0.34% -
HSV(B) 273.57º 0.9% 0.62% -
XYZ 11.27 5.36 33.24 -
YUV 56.22 186 156.37 -
System Red Green Blue C M Y K H S L
Decimal 96 16 159 0.40 0.90 0 0.38 273.57 0.82 0.34
Hex 60 10 9F 28 5A 0 26 112 52 22
Octal 140 20 237 50 132 0 46 422 122 42
Binary 1100000 10000 10011111 101000 1011010 0 100110 100010010 1010010 100010

Color Harmonies of #60109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60109F

Black with #60109F

Text Example


Text Example

White with #60109F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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