Html Css Color HEX #600598 Indigo

📋 copy color: '#600598'

red 96 ◦ green 5 ◦ blue 152

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

Shades of Indigo #600598

Tints of Indigo #600598

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.98%

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

R = 37.94%
G = 1.98%
B = 60.08%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#600598 (or 0x600598) is known color: Indigo. HEX triplet: 60, 05 and 98. RGB value is (96,5,152). Sum of RGB (Red+Green+Blue) = 96+5+152=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 152 (59.77% from 255 or 60.08% from 253); Max value from RGB is 152 - color contains mainly: blue. Hex color #600598 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600598 is #9FFA67. Grayscale: #303030. Windows color (decimal): -10484328 or 9962848. OLE color: 9962848.

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

Color convert

RGB 96 5 152 -
CMYK 0.37 0.97 0 0.40
HSL 277.14º 0.94% 0.31% -
HSV(B) 277.14º 0.97% 0.6% -
XYZ 10.55 4.86 30.09 -
YUV 48.97 186.15 161.55 -
System Red Green Blue C M Y K H S L
Decimal 96 5 152 0.37 0.97 0 0.40 277.14 0.94 0.31
Hex 60 5 98 25 61 0 28 115 5E 1F
Octal 140 5 230 45 141 0 50 425 136 37
Binary 1100000 101 10011000 100101 1100001 0 101000 100010101 1011110 11111

Color Harmonies of #600598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600598

Black with #600598

Text Example


Text Example

White with #600598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600598; }

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

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

background-color css

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

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

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

border-color css

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

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

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