Html Css Color HEX #600097 Indigo

📋 copy color: '#600097'

red 96 ◦ green 0 ◦ blue 151

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

Shades of Indigo #600097

Tints of Indigo #600097

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 151 (59.38% from 255) = 61.13%

R = 38.87%
G = 0%
B = 61.13%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#600097 (or 0x600097) is known color: Indigo. HEX triplet: 60, 00 and 97. RGB value is (96,0,151). Sum of RGB (Red+Green+Blue) = 96+0+151=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 151 (59.38% from 255 or 61.13% from 247); Max value from RGB is 151 - color contains mainly: blue. Hex color #600097 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600097 is #9FFF68. Grayscale: #2D2D2D. Windows color (decimal): -10485609 or 9896032. OLE color: 9896032.

HSL color Cylindrical-coordinate representation of color #600097: hue angle of 278.15º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #600097 is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 0 151 -
CMYK 0.36 1 0 0.41
HSL 278.15º 1% 0.3% -
HSV(B) 278.15º 1% 0.59% -
XYZ 10.41 4.72 29.64 -
YUV 45.92 187.3 163.72 -
System Red Green Blue C M Y K H S L
Decimal 96 0 151 0.36 1 0 0.41 278.15 1 0.3
Hex 60 0 97 24 64 0 29 116 64 1E
Octal 140 0 227 44 144 0 51 426 144 36
Binary 1100000 0 10010111 100100 1100100 0 101001 100010110 1100100 11110

Color Harmonies of #600097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600097

Black with #600097

Text Example


Text Example

White with #600097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600097; }

 p { color: rgb(96,0,151); }

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

background-color css

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

 a { background-color: rgb(96,0,151); }

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

border-color css

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

 span { border-color: rgb(96,0,151); }

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