Html Css Color HEX #601785 Indigo

📋 copy color: '#601785'

red 96 ◦ green 23 ◦ blue 133

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

Shades of Indigo #601785

Tints of Indigo #601785

RGB

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

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

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

R = 38.1%
G = 9.13%
B = 52.78%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#601785 (or 0x601785) is known color: Indigo. HEX triplet: 60, 17 and 85. RGB value is (96,23,133). Sum of RGB (Red+Green+Blue) = 96+23+133=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #601785 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601785 is #9FE87A. Grayscale: #393939. Windows color (decimal): -10479739 or 8722272. OLE color: 8722272.

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

Color convert

RGB 96 23 133 -
CMYK 0.28 0.83 0 0.48
HSL 279.82º 0.71% 0.31% -
HSV(B) 279.82º 0.83% 0.52% -
XYZ 9.36 4.79 22.62 -
YUV 57.37 170.68 155.56 -
System Red Green Blue C M Y K H S L
Decimal 96 23 133 0.28 0.83 0 0.48 279.82 0.71 0.31
Hex 60 17 85 1C 53 0 30 118 47 1F
Octal 140 27 205 34 123 0 60 430 107 37
Binary 1100000 10111 10000101 11100 1010011 0 110000 100011000 1000111 11111

Color Harmonies of #601785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601785

Black with #601785

Text Example


Text Example

White with #601785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601785; }

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

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

background-color css

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

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

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

border-color css

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

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

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