Html Css Color HEX #601385 Indigo

📋 copy color: '#601385'

red 96 ◦ green 19 ◦ blue 133

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

Shades of Indigo #601385

Tints of Indigo #601385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.66%

 BLUE value IS 133 (52.34% from 255) = 53.63%

R = 38.71%
G = 7.66%
B = 53.63%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#601385 (or 0x601385) is known color: Indigo. HEX triplet: 60, 13 and 85. RGB value is (96,19,133). Sum of RGB (Red+Green+Blue) = 96+19+133=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #601385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601385 is #9FEC7A. Grayscale: #363636. Windows color (decimal): -10480763 or 8721248. OLE color: 8721248.

HSL color Cylindrical-coordinate representation of color #601385: hue angle of 280.53º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #601385 is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 19 133 -
CMYK 0.28 0.86 0 0.48
HSL 280.53º 0.75% 0.3% -
HSV(B) 280.53º 0.86% 0.52% -
XYZ 9.29 4.65 22.6 -
YUV 55.02 172.01 157.23 -
System Red Green Blue C M Y K H S L
Decimal 96 19 133 0.28 0.86 0 0.48 280.53 0.75 0.3
Hex 60 13 85 1C 56 0 30 119 4B 1E
Octal 140 23 205 34 126 0 60 431 113 36
Binary 1100000 10011 10000101 11100 1010110 0 110000 100011001 1001011 11110

Color Harmonies of #601385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601385

Black with #601385

Text Example


Text Example

White with #601385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601385; }

 p { color: rgb(96,19,133); }

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

background-color css

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

 a { background-color: rgb(96,19,133); }

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

border-color css

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

 span { border-color: rgb(96,19,133); }

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