Html Css Color HEX #601293 Indigo

📋 copy color: '#601293'

red 96 ◦ green 18 ◦ blue 147

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

Shades of Indigo #601293

Tints of Indigo #601293

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.9%

 BLUE value IS 147 (57.81% from 255) = 56.32%

R = 36.78%
G = 6.9%
B = 56.32%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#601293 (or 0x601293) is known color: Indigo. HEX triplet: 60, 12 and 93. RGB value is (96,18,147). Sum of RGB (Red+Green+Blue) = 96+18+147=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #601293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601293 is #9FED6C. Grayscale: #373737. Windows color (decimal): -10481005 or 9638496. OLE color: 9638496.

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

Color convert

RGB 96 18 147 -
CMYK 0.35 0.88 0 0.42
HSL 276.28º 0.78% 0.32% -
HSV(B) 276.28º 0.88% 0.58% -
XYZ 10.31 5.03 28.03 -
YUV 56.03 179.34 156.51 -
System Red Green Blue C M Y K H S L
Decimal 96 18 147 0.35 0.88 0 0.42 276.28 0.78 0.32
Hex 60 12 93 23 58 0 2A 114 4E 20
Octal 140 22 223 43 130 0 52 424 116 40
Binary 1100000 10010 10010011 100011 1011000 0 101010 100010100 1001110 100000

Color Harmonies of #601293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601293

Black with #601293

Text Example


Text Example

White with #601293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601293; }

 p { color: rgb(96,18,147); }

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

background-color css

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

 a { background-color: rgb(96,18,147); }

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

border-color css

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

 span { border-color: rgb(96,18,147); }

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