Html Css Color HEX #601798 Indigo

📋 copy color: '#601798'

red 96 ◦ green 23 ◦ blue 152

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

Shades of Indigo #601798

Tints of Indigo #601798

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.49%

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

R = 35.42%
G = 8.49%
B = 56.09%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#601798 (or 0x601798) is known color: Indigo. HEX triplet: 60, 17 and 98. RGB value is (96,23,152). Sum of RGB (Red+Green+Blue) = 96+23+152=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #601798 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601798 is #9FE867. Grayscale: #3B3B3B. Windows color (decimal): -10479720 or 9967456. OLE color: 9967456.

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

Color convert

RGB 96 23 152 -
CMYK 0.37 0.85 0 0.40
HSL 273.95º 0.74% 0.34% -
HSV(B) 273.95º 0.85% 0.6% -
XYZ 10.8 5.37 30.17 -
YUV 59.53 180.18 154.01 -
System Red Green Blue C M Y K H S L
Decimal 96 23 152 0.37 0.85 0 0.40 273.95 0.74 0.34
Hex 60 17 98 25 55 0 28 112 4A 22
Octal 140 27 230 45 125 0 50 422 112 42
Binary 1100000 10111 10011000 100101 1010101 0 101000 100010010 1001010 100010

Color Harmonies of #601798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601798

Black with #601798

Text Example


Text Example

White with #601798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601798; }

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

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

background-color css

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

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

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

border-color css

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

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

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