Html Css Color HEX #601696 Indigo

📋 copy color: '#601696'

red 96 ◦ green 22 ◦ blue 150

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

Shades of Indigo #601696

Tints of Indigo #601696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 55.97%

R = 35.82%
G = 8.21%
B = 55.97%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#601696 (or 0x601696) is known color: Indigo. HEX triplet: 60, 16 and 96. RGB value is (96,22,150). Sum of RGB (Red+Green+Blue) = 96+22+150=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 150 (58.98% from 255 or 55.97% from 268); Max value from RGB is 150 - color contains mainly: blue. Hex color #601696 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601696 is #9FE969. Grayscale: #3A3A3A. Windows color (decimal): -10479978 or 9836128. OLE color: 9836128.

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

Color convert

RGB 96 22 150 -
CMYK 0.36 0.85 0 0.41
HSL 274.69º 0.74% 0.34% -
HSV(B) 274.69º 0.85% 0.59% -
XYZ 10.62 5.26 29.31 -
YUV 58.72 179.52 154.59 -
System Red Green Blue C M Y K H S L
Decimal 96 22 150 0.36 0.85 0 0.41 274.69 0.74 0.34
Hex 60 16 96 24 55 0 29 113 4A 22
Octal 140 26 226 44 125 0 51 423 112 42
Binary 1100000 10110 10010110 100100 1010101 0 101001 100010011 1001010 100010

Color Harmonies of #601696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601696

Black with #601696

Text Example


Text Example

White with #601696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601696; }

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

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

background-color css

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

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

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

border-color css

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

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

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