Html Css Color HEX #601590 Indigo

📋 copy color: '#601590'

red 96 ◦ green 21 ◦ blue 144

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

Shades of Indigo #601590

Tints of Indigo #601590

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.05%

 BLUE value IS 144 (56.64% from 255) = 55.17%

R = 36.78%
G = 8.05%
B = 55.17%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#601590 (or 0x601590) is known color: Indigo. HEX triplet: 60, 15 and 90. RGB value is (96,21,144). Sum of RGB (Red+Green+Blue) = 96+21+144=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #601590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601590 is #9FEA6F. Grayscale: #393939. Windows color (decimal): -10480240 or 9442656. OLE color: 9442656.

HSL color Cylindrical-coordinate representation of color #601590: hue angle of 276.59º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #601590 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 21 144 -
CMYK 0.33 0.85 0 0.44
HSL 276.59º 0.75% 0.32% -
HSV(B) 276.59º 0.85% 0.56% -
XYZ 10.13 5.04 26.82 -
YUV 57.45 176.85 155.5 -
System Red Green Blue C M Y K H S L
Decimal 96 21 144 0.33 0.85 0 0.44 276.59 0.75 0.32
Hex 60 15 90 21 55 0 2C 115 4B 20
Octal 140 25 220 41 125 0 54 425 113 40
Binary 1100000 10101 10010000 100001 1010101 0 101100 100010101 1001011 100000

Color Harmonies of #601590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601590

Black with #601590

Text Example


Text Example

White with #601590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601590; }

 p { color: rgb(96,21,144); }

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

background-color css

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

 a { background-color: rgb(96,21,144); }

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

border-color css

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

 span { border-color: rgb(96,21,144); }

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