Html Css Color HEX #601198 Indigo

📋 copy color: '#601198'

red 96 ◦ green 17 ◦ blue 152

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

Shades of Indigo #601198

Tints of Indigo #601198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 57.36%

R = 36.23%
G = 6.42%
B = 57.36%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#601198 (or 0x601198) is known color: Indigo. HEX triplet: 60, 11 and 98. RGB value is (96,17,152). Sum of RGB (Red+Green+Blue) = 96+17+152=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 152 (59.77% from 255 or 57.36% from 265); Max value from RGB is 152 - color contains mainly: blue. Hex color #601198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601198 is #9FEE67. Grayscale: #373737. Windows color (decimal): -10481256 or 9965920. OLE color: 9965920.

HSL color Cylindrical-coordinate representation of color #601198: hue angle of 275.11º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #601198 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 17 152 -
CMYK 0.37 0.89 0 0.40
HSL 275.11º 0.8% 0.33% -
HSV(B) 275.11º 0.89% 0.6% -
XYZ 10.69 5.15 30.14 -
YUV 56.01 182.17 156.52 -
System Red Green Blue C M Y K H S L
Decimal 96 17 152 0.37 0.89 0 0.40 275.11 0.8 0.33
Hex 60 11 98 25 59 0 28 113 50 21
Octal 140 21 230 45 131 0 50 423 120 41
Binary 1100000 10001 10011000 100101 1011001 0 101000 100010011 1010000 100001

Color Harmonies of #601198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601198

Black with #601198

Text Example


Text Example

White with #601198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601198; }

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

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

background-color css

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

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

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

border-color css

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

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

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