Html Css Color HEX #601386 Indigo

📋 copy color: '#601386'

red 96 ◦ green 19 ◦ blue 134

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

Shades of Indigo #601386

Tints of Indigo #601386

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.63%

 BLUE value IS 134 (52.73% from 255) = 53.82%

R = 38.55%
G = 7.63%
B = 53.82%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#601386 (or 0x601386) is known color: Indigo. HEX triplet: 60, 13 and 86. RGB value is (96,19,134). Sum of RGB (Red+Green+Blue) = 96+19+134=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 134 (52.73% from 255 or 53.82% from 249); Max value from RGB is 134 - color contains mainly: blue. Hex color #601386 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601386 is #9FEC79. Grayscale: #363636. Windows color (decimal): -10480762 or 8786784. OLE color: 8786784.

HSL color Cylindrical-coordinate representation of color #601386: hue angle of 280.17º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #601386 is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 19 134 -
CMYK 0.28 0.86 0 0.47
HSL 280.17º 0.75% 0.3% -
HSV(B) 280.17º 0.86% 0.53% -
XYZ 9.36 4.67 22.96 -
YUV 55.13 172.51 157.15 -
System Red Green Blue C M Y K H S L
Decimal 96 19 134 0.28 0.86 0 0.47 280.17 0.75 0.3
Hex 60 13 86 1C 56 0 2F 118 4B 1E
Octal 140 23 206 34 126 0 57 430 113 36
Binary 1100000 10011 10000110 11100 1010110 0 101111 100011000 1001011 11110

Color Harmonies of #601386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601386

Black with #601386

Text Example


Text Example

White with #601386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601386; }

 p { color: rgb(96,19,134); }

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

background-color css

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

 a { background-color: rgb(96,19,134); }

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

border-color css

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

 span { border-color: rgb(96,19,134); }

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