Html Css Color HEX #601294 Indigo

📋 copy color: '#601294'

red 96 ◦ green 18 ◦ blue 148

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

Shades of Indigo #601294

Tints of Indigo #601294

RGB

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

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

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

R = 36.64%
G = 6.87%
B = 56.49%

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

#601294 (or 0x601294) is known color: Indigo. HEX triplet: 60, 12 and 94. RGB value is (96,18,148). Sum of RGB (Red+Green+Blue) = 96+18+148=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #601294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601294 is #9FED6B. Grayscale: #373737. Windows color (decimal): -10481004 or 9704032. OLE color: 9704032.

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

Color convert

RGB 96 18 148 -
CMYK 0.35 0.88 0 0.42
HSL 276º 0.78% 0.33% -
HSV(B) 276º 0.88% 0.58% -
XYZ 10.39 5.06 28.45 -
YUV 56.14 179.84 156.43 -
System Red Green Blue C M Y K H S L
Decimal 96 18 148 0.35 0.88 0 0.42 276 0.78 0.33
Hex 60 12 94 23 58 0 2A 114 4E 21
Octal 140 22 224 43 130 0 52 424 116 41
Binary 1100000 10010 10010100 100011 1011000 0 101010 100010100 1001110 100001

Color Harmonies of #601294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601294

Black with #601294

Text Example


Text Example

White with #601294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601294; }

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

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

background-color css

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

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

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

border-color css

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

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

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