Html Css Color HEX #601781 Indigo

📋 copy color: '#601781'

red 96 ◦ green 23 ◦ blue 129

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

Shades of Indigo #601781

Tints of Indigo #601781

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.27%

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

R = 38.71%
G = 9.27%
B = 52.02%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#601781 (or 0x601781) is known color: Indigo. HEX triplet: 60, 17 and 81. RGB value is (96,23,129). Sum of RGB (Red+Green+Blue) = 96+23+129=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 129 (50.78% from 255 or 52.02% from 248); Max value from RGB is 129 - color contains mainly: blue. Hex color #601781 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601781 is #9FE87E. Grayscale: #383838. Windows color (decimal): -10479743 or 8460128. OLE color: 8460128.

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

Color convert

RGB 96 23 129 -
CMYK 0.26 0.82 0 0.49
HSL 281.32º 0.7% 0.3% -
HSV(B) 281.32º 0.82% 0.51% -
XYZ 9.09 4.68 21.19 -
YUV 56.91 168.68 155.88 -
System Red Green Blue C M Y K H S L
Decimal 96 23 129 0.26 0.82 0 0.49 281.32 0.7 0.3
Hex 60 17 81 1A 52 0 31 119 46 1E
Octal 140 27 201 32 122 0 61 431 106 36
Binary 1100000 10111 10000001 11010 1010010 0 110001 100011001 1000110 11110

Color Harmonies of #601781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601781

Black with #601781

Text Example


Text Example

White with #601781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601781; }

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

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

background-color css

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

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

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

border-color css

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

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

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