Html Css Color HEX #601694 Indigo

📋 copy color: '#601694'

red 96 ◦ green 22 ◦ blue 148

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

Shades of Indigo #601694

Tints of Indigo #601694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 55.64%

R = 36.09%
G = 8.27%
B = 55.64%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#601694 (or 0x601694) is known color: Indigo. HEX triplet: 60, 16 and 94. RGB value is (96,22,148). Sum of RGB (Red+Green+Blue) = 96+22+148=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #601694 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601694 is #9FE96B. Grayscale: #3A3A3A. Windows color (decimal): -10479980 or 9705056. OLE color: 9705056.

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

Color convert

RGB 96 22 148 -
CMYK 0.35 0.85 0 0.42
HSL 275.24º 0.74% 0.33% -
HSV(B) 275.24º 0.85% 0.58% -
XYZ 10.46 5.2 28.47 -
YUV 58.49 178.52 154.75 -
System Red Green Blue C M Y K H S L
Decimal 96 22 148 0.35 0.85 0 0.42 275.24 0.74 0.33
Hex 60 16 94 23 55 0 2A 113 4A 21
Octal 140 26 224 43 125 0 52 423 112 41
Binary 1100000 10110 10010100 100011 1010101 0 101010 100010011 1001010 100001

Color Harmonies of #601694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601694

Black with #601694

Text Example


Text Example

White with #601694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601694; }

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

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

background-color css

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

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

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

border-color css

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

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

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