Html Css Color HEX #601297 Indigo

📋 copy color: '#601297'

red 96 ◦ green 18 ◦ blue 151

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

Shades of Indigo #601297

Tints of Indigo #601297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 56.98%

R = 36.23%
G = 6.79%
B = 56.98%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#601297 (or 0x601297) is known color: Indigo. HEX triplet: 60, 12 and 97. RGB value is (96,18,151). Sum of RGB (Red+Green+Blue) = 96+18+151=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 151 (59.38% from 255 or 56.98% from 265); Max value from RGB is 151 - color contains mainly: blue. Hex color #601297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601297 is #9FED68. Grayscale: #383838. Windows color (decimal): -10481001 or 9900640. OLE color: 9900640.

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

Color convert

RGB 96 18 151 -
CMYK 0.36 0.88 0 0.41
HSL 275.19º 0.79% 0.33% -
HSV(B) 275.19º 0.88% 0.59% -
XYZ 10.63 5.15 29.71 -
YUV 56.48 181.34 156.19 -
System Red Green Blue C M Y K H S L
Decimal 96 18 151 0.36 0.88 0 0.41 275.19 0.79 0.33
Hex 60 12 97 24 58 0 29 113 4F 21
Octal 140 22 227 44 130 0 51 423 117 41
Binary 1100000 10010 10010111 100100 1011000 0 101001 100010011 1001111 100001

Color Harmonies of #601297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601297

Black with #601297

Text Example


Text Example

White with #601297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601297; }

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

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

background-color css

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

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

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

border-color css

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

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

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