Html Css Color HEX #60107D Indigo

📋 copy color: '#60107D'

red 96 ◦ green 16 ◦ blue 125

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

Shades of Indigo #60107D

Tints of Indigo #60107D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 52.74%

R = 40.51%
G = 6.75%
B = 52.74%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60107D (or 0x60107D) is known color: Indigo. HEX triplet: 60, 10 and 7D. RGB value is (96,16,125). Sum of RGB (Red+Green+Blue) = 96+16+125=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #60107D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60107D is #9FEF82. Grayscale: #333333. Windows color (decimal): -10481539 or 8196192. OLE color: 8196192.

HSL color Cylindrical-coordinate representation of color #60107D: hue angle of 284.04º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #60107D is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 16 125 -
CMYK 0.23 0.87 0 0.51
HSL 284.04º 0.77% 0.28% -
HSV(B) 284.04º 0.87% 0.49% -
XYZ 8.71 4.34 19.78 -
YUV 52.35 169 159.14 -
System Red Green Blue C M Y K H S L
Decimal 96 16 125 0.23 0.87 0 0.51 284.04 0.77 0.28
Hex 60 10 7D 17 57 0 33 11C 4D 1C
Octal 140 20 175 27 127 0 63 434 115 34
Binary 1100000 10000 1111101 10111 1010111 0 110011 100011100 1001101 11100

Color Harmonies of #60107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60107D

Black with #60107D

Text Example


Text Example

White with #60107D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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