Html Css Color HEX #601795 Indigo

📋 copy color: '#601795'

red 96 ◦ green 23 ◦ blue 149

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

Shades of Indigo #601795

Tints of Indigo #601795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 55.6%

R = 35.82%
G = 8.58%
B = 55.6%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#601795 (or 0x601795) is known color: Indigo. HEX triplet: 60, 17 and 95. RGB value is (96,23,149). Sum of RGB (Red+Green+Blue) = 96+23+149=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #601795 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601795 is #9FE86A. Grayscale: #3A3A3A. Windows color (decimal): -10479723 or 9770848. OLE color: 9770848.

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

Color convert

RGB 96 23 149 -
CMYK 0.36 0.85 0 0.42
HSL 274.76º 0.73% 0.34% -
HSV(B) 274.76º 0.85% 0.58% -
XYZ 10.56 5.27 28.89 -
YUV 59.19 178.68 154.25 -
System Red Green Blue C M Y K H S L
Decimal 96 23 149 0.36 0.85 0 0.42 274.76 0.73 0.34
Hex 60 17 95 24 55 0 2A 113 49 22
Octal 140 27 225 44 125 0 52 423 111 42
Binary 1100000 10111 10010101 100100 1010101 0 101010 100010011 1001001 100010

Color Harmonies of #601795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601795

Black with #601795

Text Example


Text Example

White with #601795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601795; }

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

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

background-color css

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

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

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

border-color css

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

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

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