Html Css Color HEX #601098 Indigo

📋 copy color: '#601098'

red 96 ◦ green 16 ◦ blue 152

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

Shades of Indigo #601098

Tints of Indigo #601098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.06%

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

R = 36.36%
G = 6.06%
B = 57.58%

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

#601098 (or 0x601098) is known color: Indigo. HEX triplet: 60, 10 and 98. RGB value is (96,16,152). Sum of RGB (Red+Green+Blue) = 96+16+152=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #601098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601098 is #9FEF67. Grayscale: #363636. Windows color (decimal): -10481512 or 9965664. OLE color: 9965664.

HSL color Cylindrical-coordinate representation of color #601098: hue angle of 275.29º degrees, saturation: 0.81, 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 #601098 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 16 152 -
CMYK 0.37 0.89 0 0.40
HSL 275.29º 0.81% 0.33% -
HSV(B) 275.29º 0.89% 0.6% -
XYZ 10.68 5.12 30.13 -
YUV 55.42 182.5 156.94 -
System Red Green Blue C M Y K H S L
Decimal 96 16 152 0.37 0.89 0 0.40 275.29 0.81 0.33
Hex 60 10 98 25 59 0 28 113 51 21
Octal 140 20 230 45 131 0 50 423 121 41
Binary 1100000 10000 10011000 100101 1011001 0 101000 100010011 1010001 100001

Color Harmonies of #601098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601098

Black with #601098

Text Example


Text Example

White with #601098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601098; }

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

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

background-color css

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

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

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

border-color css

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

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

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