Html Css Color HEX #601495 Indigo

📋 copy color: '#601495'

red 96 ◦ green 20 ◦ blue 149

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

Shades of Indigo #601495

Tints of Indigo #601495

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.55%

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

R = 36.23%
G = 7.55%
B = 56.23%

CMYK

 C value IS 0.36

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#601495 (or 0x601495) is known color: Indigo. HEX triplet: 60, 14 and 95. RGB value is (96,20,149). Sum of RGB (Red+Green+Blue) = 96+20+149=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #601495 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601495 is #9FEB6A. Grayscale: #383838. Windows color (decimal): -10480491 or 9770080. OLE color: 9770080.

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

Color convert

RGB 96 20 149 -
CMYK 0.36 0.87 0 0.42
HSL 275.35º 0.76% 0.33% -
HSV(B) 275.35º 0.87% 0.58% -
XYZ 10.5 5.16 28.88 -
YUV 57.43 179.68 155.51 -
System Red Green Blue C M Y K H S L
Decimal 96 20 149 0.36 0.87 0 0.42 275.35 0.76 0.33
Hex 60 14 95 24 57 0 2A 113 4C 21
Octal 140 24 225 44 127 0 52 423 114 41
Binary 1100000 10100 10010101 100100 1010111 0 101010 100010011 1001100 100001

Color Harmonies of #601495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601495

Black with #601495

Text Example


Text Example

White with #601495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601495; }

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

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

background-color css

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

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

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

border-color css

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

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

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