Html Css Color HEX #601691 Indigo

📋 copy color: '#601691'

red 96 ◦ green 22 ◦ blue 145

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

Shades of Indigo #601691

Tints of Indigo #601691

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.37%

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

R = 36.5%
G = 8.37%
B = 55.13%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#601691 (or 0x601691) is known color: Indigo. HEX triplet: 60, 16 and 91. RGB value is (96,22,145). Sum of RGB (Red+Green+Blue) = 96+22+145=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #601691 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601691 is #9FE96E. Grayscale: #393939. Windows color (decimal): -10479983 or 9508448. OLE color: 9508448.

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

Color convert

RGB 96 22 145 -
CMYK 0.34 0.85 0 0.43
HSL 276.1º 0.74% 0.33% -
HSV(B) 276.1º 0.85% 0.57% -
XYZ 10.22 5.1 27.23 -
YUV 58.15 177.02 155 -
System Red Green Blue C M Y K H S L
Decimal 96 22 145 0.34 0.85 0 0.43 276.1 0.74 0.33
Hex 60 16 91 22 55 0 2B 114 4A 21
Octal 140 26 221 42 125 0 53 424 112 41
Binary 1100000 10110 10010001 100010 1010101 0 101011 100010100 1001010 100001

Color Harmonies of #601691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601691

Black with #601691

Text Example


Text Example

White with #601691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601691; }

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

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

background-color css

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

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

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

border-color css

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

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

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