Html Css Color HEX #601291 Indigo

📋 copy color: '#601291'

red 96 ◦ green 18 ◦ blue 145

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

Shades of Indigo #601291

Tints of Indigo #601291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 55.98%

R = 37.07%
G = 6.95%
B = 55.98%

CMYK

 C value IS 0.34

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#601291 (or 0x601291) is known color: Indigo. HEX triplet: 60, 12 and 91. RGB value is (96,18,145). Sum of RGB (Red+Green+Blue) = 96+18+145=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 145 (57.03% from 255 or 55.98% from 259); Max value from RGB is 145 - color contains mainly: blue. Hex color #601291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601291 is #9FED6E. Grayscale: #373737. Windows color (decimal): -10481007 or 9507424. OLE color: 9507424.

HSL color Cylindrical-coordinate representation of color #601291: hue angle of 276.85º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #601291 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 18 145 -
CMYK 0.34 0.88 0 0.43
HSL 276.85º 0.78% 0.32% -
HSV(B) 276.85º 0.88% 0.57% -
XYZ 10.15 4.96 27.21 -
YUV 55.8 178.34 156.67 -
System Red Green Blue C M Y K H S L
Decimal 96 18 145 0.34 0.88 0 0.43 276.85 0.78 0.32
Hex 60 12 91 22 58 0 2B 115 4E 20
Octal 140 22 221 42 130 0 53 425 116 40
Binary 1100000 10010 10010001 100010 1011000 0 101011 100010101 1001110 100000

Color Harmonies of #601291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601291

Black with #601291

Text Example


Text Example

White with #601291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601291; }

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

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

background-color css

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

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

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

border-color css

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

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

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