Html Css Color HEX #601091 Indigo

📋 copy color: '#601091'

red 96 ◦ green 16 ◦ blue 145

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

Shades of Indigo #601091

Tints of Indigo #601091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 56.42%

R = 37.35%
G = 6.23%
B = 56.42%

CMYK

 C value IS 0.34

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#601091 (or 0x601091) is known color: Indigo. HEX triplet: 60, 10 and 91. RGB value is (96,16,145). Sum of RGB (Red+Green+Blue) = 96+16+145=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #601091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601091 is #9FEF6E. Grayscale: #363636. Windows color (decimal): -10481519 or 9506912. OLE color: 9506912.

HSL color Cylindrical-coordinate representation of color #601091: hue angle of 277.21º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #601091 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 16 145 -
CMYK 0.34 0.89 0 0.43
HSL 277.21º 0.8% 0.32% -
HSV(B) 277.21º 0.89% 0.57% -
XYZ 10.12 4.9 27.2 -
YUV 54.63 179 157.51 -
System Red Green Blue C M Y K H S L
Decimal 96 16 145 0.34 0.89 0 0.43 277.21 0.8 0.32
Hex 60 10 91 22 59 0 2B 115 50 20
Octal 140 20 221 42 131 0 53 425 120 40
Binary 1100000 10000 10010001 100010 1011001 0 101011 100010101 1010000 100000

Color Harmonies of #601091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601091

Black with #601091

Text Example


Text Example

White with #601091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601091; }

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

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

background-color css

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

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

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

border-color css

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

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

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