Html Css Color HEX #601095 Indigo

📋 copy color: '#601095'

red 96 ◦ green 16 ◦ blue 149

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

Shades of Indigo #601095

Tints of Indigo #601095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.13%

 BLUE value IS 149 (58.59% from 255) = 57.09%

R = 36.78%
G = 6.13%
B = 57.09%

CMYK

 C value IS 0.36

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#601095 (or 0x601095) is known color: Indigo. HEX triplet: 60, 10 and 95. RGB value is (96,16,149). Sum of RGB (Red+Green+Blue) = 96+16+149=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #601095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601095 is #9FEF6A. Grayscale: #363636. Windows color (decimal): -10481515 or 9769056. OLE color: 9769056.

HSL color Cylindrical-coordinate representation of color #601095: hue angle of 276.09º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #601095 is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 16 149 -
CMYK 0.36 0.89 0 0.42
HSL 276.09º 0.81% 0.32% -
HSV(B) 276.09º 0.89% 0.58% -
XYZ 10.43 5.03 28.85 -
YUV 55.08 181 157.19 -
System Red Green Blue C M Y K H S L
Decimal 96 16 149 0.36 0.89 0 0.42 276.09 0.81 0.32
Hex 60 10 95 24 59 0 2A 114 51 20
Octal 140 20 225 44 131 0 52 424 121 40
Binary 1100000 10000 10010101 100100 1011001 0 101010 100010100 1010001 100000

Color Harmonies of #601095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601095

Black with #601095

Text Example


Text Example

White with #601095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601095; }

 p { color: rgb(96,16,149); }

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

background-color css

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

 a { background-color: rgb(96,16,149); }

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

border-color css

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

 span { border-color: rgb(96,16,149); }

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