Html Css Color HEX #601192 Indigo

📋 copy color: '#601192'

red 96 ◦ green 17 ◦ blue 146

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

Shades of Indigo #601192

Tints of Indigo #601192

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.56%

 BLUE value IS 146 (57.42% from 255) = 56.37%

R = 37.07%
G = 6.56%
B = 56.37%

CMYK

 C value IS 0.34

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#601192 (or 0x601192) is known color: Indigo. HEX triplet: 60, 11 and 92. RGB value is (96,17,146). Sum of RGB (Red+Green+Blue) = 96+17+146=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #601192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601192 is #9FEE6D. Grayscale: #363636. Windows color (decimal): -10481262 or 9572704. OLE color: 9572704.

HSL color Cylindrical-coordinate representation of color #601192: hue angle of 276.74º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #601192 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 17 146 -
CMYK 0.34 0.88 0 0.43
HSL 276.74º 0.79% 0.32% -
HSV(B) 276.74º 0.88% 0.57% -
XYZ 10.21 4.96 27.61 -
YUV 55.33 179.17 157.01 -
System Red Green Blue C M Y K H S L
Decimal 96 17 146 0.34 0.88 0 0.43 276.74 0.79 0.32
Hex 60 11 92 22 58 0 2B 115 4F 20
Octal 140 21 222 42 130 0 53 425 117 40
Binary 1100000 10001 10010010 100010 1011000 0 101011 100010101 1001111 100000

Color Harmonies of #601192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601192

Black with #601192

Text Example


Text Example

White with #601192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601192; }

 p { color: rgb(96,17,146); }

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

background-color css

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

 a { background-color: rgb(96,17,146); }

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

border-color css

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

 span { border-color: rgb(96,17,146); }

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