Html Css Color HEX #601594 Indigo

📋 copy color: '#601594'

red 96 ◦ green 21 ◦ blue 148

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

Shades of Indigo #601594

Tints of Indigo #601594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 55.85%

R = 36.23%
G = 7.92%
B = 55.85%

CMYK

 C value IS 0.35

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#601594 (or 0x601594) is known color: Indigo. HEX triplet: 60, 15 and 94. RGB value is (96,21,148). Sum of RGB (Red+Green+Blue) = 96+21+148=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #601594 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601594 is #9FEA6B. Grayscale: #393939. Windows color (decimal): -10480236 or 9704800. OLE color: 9704800.

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

Color convert

RGB 96 21 148 -
CMYK 0.35 0.86 0 0.42
HSL 275.43º 0.75% 0.33% -
HSV(B) 275.43º 0.86% 0.58% -
XYZ 10.44 5.16 28.46 -
YUV 57.9 178.85 155.17 -
System Red Green Blue C M Y K H S L
Decimal 96 21 148 0.35 0.86 0 0.42 275.43 0.75 0.33
Hex 60 15 94 23 56 0 2A 113 4B 21
Octal 140 25 224 43 126 0 52 423 113 41
Binary 1100000 10101 10010100 100011 1010110 0 101010 100010011 1001011 100001

Color Harmonies of #601594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601594

Black with #601594

Text Example


Text Example

White with #601594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601594; }

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

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

background-color css

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

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

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

border-color css

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

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

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