Html Css Color HEX #601276 Indigo

📋 copy color: '#601276'

red 96 ◦ green 18 ◦ blue 118

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

Shades of Indigo #601276

Tints of Indigo #601276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 50.86%

R = 41.38%
G = 7.76%
B = 50.86%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#601276 (or 0x601276) is known color: Indigo. HEX triplet: 60, 12 and 76. RGB value is (96,18,118). Sum of RGB (Red+Green+Blue) = 96+18+118=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #601276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601276 is #9FED89. Grayscale: #343434. Windows color (decimal): -10481034 or 7737952. OLE color: 7737952.

HSL color Cylindrical-coordinate representation of color #601276: hue angle of 286.8º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #601276 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 18 118 -
CMYK 0.19 0.85 0 0.54
HSL 286.8º 0.74% 0.27% -
HSV(B) 286.8º 0.85% 0.46% -
XYZ 8.31 4.23 17.52 -
YUV 52.72 164.84 158.87 -
System Red Green Blue C M Y K H S L
Decimal 96 18 118 0.19 0.85 0 0.54 286.8 0.74 0.27
Hex 60 12 76 13 55 0 36 11F 4A 1B
Octal 140 22 166 23 125 0 66 437 112 33
Binary 1100000 10010 1110110 10011 1010101 0 110110 100011111 1001010 11011

Color Harmonies of #601276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601276

Black with #601276

Text Example


Text Example

White with #601276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601276; }

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

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

background-color css

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

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

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

border-color css

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

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

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