Html Css Color HEX #601391 Indigo

📋 copy color: '#601391'

red 96 ◦ green 19 ◦ blue 145

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

Shades of Indigo #601391

Tints of Indigo #601391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 55.77%

R = 36.92%
G = 7.31%
B = 55.77%

CMYK

 C value IS 0.34

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#601391 (or 0x601391) is known color: Indigo. HEX triplet: 60, 13 and 91. RGB value is (96,19,145). Sum of RGB (Red+Green+Blue) = 96+19+145=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #601391 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601391 is #9FEC6E. Grayscale: #373737. Windows color (decimal): -10480751 or 9507680. OLE color: 9507680.

HSL color Cylindrical-coordinate representation of color #601391: hue angle of 276.67º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #601391 is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 19 145 -
CMYK 0.34 0.87 0 0.43
HSL 276.67º 0.77% 0.32% -
HSV(B) 276.67º 0.87% 0.57% -
XYZ 10.17 5 27.22 -
YUV 56.39 178.01 156.25 -
System Red Green Blue C M Y K H S L
Decimal 96 19 145 0.34 0.87 0 0.43 276.67 0.77 0.32
Hex 60 13 91 22 57 0 2B 115 4D 20
Octal 140 23 221 42 127 0 53 425 115 40
Binary 1100000 10011 10010001 100010 1010111 0 101011 100010101 1001101 100000

Color Harmonies of #601391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601391

Black with #601391

Text Example


Text Example

White with #601391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601391; }

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

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

background-color css

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

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

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

border-color css

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

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

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