Html Css Color HEX #601286 Indigo

📋 copy color: '#601286'

red 96 ◦ green 18 ◦ blue 134

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

Shades of Indigo #601286

Tints of Indigo #601286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 54.03%

R = 38.71%
G = 7.26%
B = 54.03%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#601286 (or 0x601286) is known color: Indigo. HEX triplet: 60, 12 and 86. RGB value is (96,18,134). Sum of RGB (Red+Green+Blue) = 96+18+134=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 134 (52.73% from 255 or 54.03% from 248); Max value from RGB is 134 - color contains mainly: blue. Hex color #601286 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601286 is #9FED79. Grayscale: #363636. Windows color (decimal): -10481018 or 8786528. OLE color: 8786528.

HSL color Cylindrical-coordinate representation of color #601286: hue angle of 280.34º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #601286 is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 18 134 -
CMYK 0.28 0.87 0 0.47
HSL 280.34º 0.76% 0.3% -
HSV(B) 280.34º 0.87% 0.53% -
XYZ 9.34 4.64 22.96 -
YUV 54.55 172.84 157.57 -
System Red Green Blue C M Y K H S L
Decimal 96 18 134 0.28 0.87 0 0.47 280.34 0.76 0.3
Hex 60 12 86 1C 57 0 2F 118 4C 1E
Octal 140 22 206 34 127 0 57 430 114 36
Binary 1100000 10010 10000110 11100 1010111 0 101111 100011000 1001100 11110

Color Harmonies of #601286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601286

Black with #601286

Text Example


Text Example

White with #601286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601286; }

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

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

background-color css

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

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

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

border-color css

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

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

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