Html Css Color HEX #601793 Indigo

📋 copy color: '#601793'

red 96 ◦ green 23 ◦ blue 147

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

Shades of Indigo #601793

Tints of Indigo #601793

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.65%

 BLUE value IS 147 (57.81% from 255) = 55.26%

R = 36.09%
G = 8.65%
B = 55.26%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#601793 (or 0x601793) is known color: Indigo. HEX triplet: 60, 17 and 93. RGB value is (96,23,147). Sum of RGB (Red+Green+Blue) = 96+23+147=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #601793 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601793 is #9FE86C. Grayscale: #3A3A3A. Windows color (decimal): -10479725 or 9639776. OLE color: 9639776.

HSL color Cylindrical-coordinate representation of color #601793: hue angle of 275.32º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #601793 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 23 147 -
CMYK 0.35 0.84 0 0.42
HSL 275.32º 0.73% 0.33% -
HSV(B) 275.32º 0.84% 0.58% -
XYZ 10.4 5.21 28.06 -
YUV 58.96 177.68 154.42 -
System Red Green Blue C M Y K H S L
Decimal 96 23 147 0.35 0.84 0 0.42 275.32 0.73 0.33
Hex 60 17 93 23 54 0 2A 113 49 21
Octal 140 27 223 43 124 0 52 423 111 41
Binary 1100000 10111 10010011 100011 1010100 0 101010 100010011 1001001 100001

Color Harmonies of #601793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601793

Black with #601793

Text Example


Text Example

White with #601793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601793; }

 p { color: rgb(96,23,147); }

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

background-color css

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

 a { background-color: rgb(96,23,147); }

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

border-color css

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

 span { border-color: rgb(96,23,147); }

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