Html Css Color HEX #601481 Indigo

📋 copy color: '#601481'

red 96 ◦ green 20 ◦ blue 129

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

Shades of Indigo #601481

Tints of Indigo #601481

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.16%

 BLUE value IS 129 (50.78% from 255) = 52.65%

R = 39.18%
G = 8.16%
B = 52.65%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#601481 (or 0x601481) is known color: Indigo. HEX triplet: 60, 14 and 81. RGB value is (96,20,129). Sum of RGB (Red+Green+Blue) = 96+20+129=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 129 (50.78% from 255 or 52.65% from 245); Max value from RGB is 129 - color contains mainly: blue. Hex color #601481 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601481 is #9FEB7E. Grayscale: #363636. Windows color (decimal): -10480511 or 8459360. OLE color: 8459360.

HSL color Cylindrical-coordinate representation of color #601481: hue angle of 281.83º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #601481 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 20 129 -
CMYK 0.26 0.84 0 0.49
HSL 281.83º 0.73% 0.29% -
HSV(B) 281.83º 0.84% 0.51% -
XYZ 9.04 4.57 21.18 -
YUV 55.15 169.68 157.14 -
System Red Green Blue C M Y K H S L
Decimal 96 20 129 0.26 0.84 0 0.49 281.83 0.73 0.29
Hex 60 14 81 1A 54 0 31 11A 49 1D
Octal 140 24 201 32 124 0 61 432 111 35
Binary 1100000 10100 10000001 11010 1010100 0 110001 100011010 1001001 11101

Color Harmonies of #601481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601481

Black with #601481

Text Example


Text Example

White with #601481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601481; }

 p { color: rgb(96,20,129); }

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

background-color css

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

 a { background-color: rgb(96,20,129); }

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

border-color css

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

 span { border-color: rgb(96,20,129); }

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