Html Css Color HEX #601295 Indigo

📋 copy color: '#601295'

red 96 ◦ green 18 ◦ blue 149

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

Shades of Indigo #601295

Tints of Indigo #601295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.84%

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

R = 36.5%
G = 6.84%
B = 56.65%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#601295 (or 0x601295) is known color: Indigo. HEX triplet: 60, 12 and 95. RGB value is (96,18,149). Sum of RGB (Red+Green+Blue) = 96+18+149=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 149 (58.59% from 255 or 56.65% from 263); Max value from RGB is 149 - color contains mainly: blue. Hex color #601295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601295 is #9FED6A. Grayscale: #373737. Windows color (decimal): -10481003 or 9769568. OLE color: 9769568.

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

Color convert

RGB 96 18 149 -
CMYK 0.36 0.88 0 0.42
HSL 275.73º 0.78% 0.33% -
HSV(B) 275.73º 0.88% 0.58% -
XYZ 10.46 5.09 28.86 -
YUV 56.26 180.34 156.35 -
System Red Green Blue C M Y K H S L
Decimal 96 18 149 0.36 0.88 0 0.42 275.73 0.78 0.33
Hex 60 12 95 24 58 0 2A 114 4E 21
Octal 140 22 225 44 130 0 52 424 116 41
Binary 1100000 10010 10010101 100100 1011000 0 101010 100010100 1001110 100001

Color Harmonies of #601295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601295

Black with #601295

Text Example


Text Example

White with #601295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601295; }

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

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

background-color css

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

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

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

border-color css

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

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

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