Html Css Color HEX #600296 Indigo

📋 copy color: '#600296'

red 96 ◦ green 2 ◦ blue 150

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

Shades of Indigo #600296

Tints of Indigo #600296

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

 BLUE value IS 150 (58.98% from 255) = 60.48%

R = 38.71%
G = 0.81%
B = 60.48%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#600296 (or 0x600296) is known color: Indigo. HEX triplet: 60, 02 and 96. RGB value is (96,2,150). Sum of RGB (Red+Green+Blue) = 96+2+150=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 150 (58.98% from 255 or 60.48% from 248); Max value from RGB is 150 - color contains mainly: blue. Hex color #600296 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600296 is #9FFD69. Grayscale: #2E2E2E. Windows color (decimal): -10485098 or 9831008. OLE color: 9831008.

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

Color convert

RGB 96 2 150 -
CMYK 0.36 0.99 0 0.41
HSL 278.11º 0.97% 0.3% -
HSV(B) 278.11º 0.99% 0.59% -
XYZ 10.35 4.73 29.22 -
YUV 46.98 186.14 162.97 -
System Red Green Blue C M Y K H S L
Decimal 96 2 150 0.36 0.99 0 0.41 278.11 0.97 0.3
Hex 60 2 96 24 63 0 29 116 61 1E
Octal 140 2 226 44 143 0 51 426 141 36
Binary 1100000 10 10010110 100100 1100011 0 101001 100010110 1100001 11110

Color Harmonies of #600296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600296

Black with #600296

Text Example


Text Example

White with #600296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600296; }

 p { color: rgb(96,2,150); }

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

background-color css

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

 a { background-color: rgb(96,2,150); }

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

border-color css

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

 span { border-color: rgb(96,2,150); }

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